SuSE 9.2 Professional, Runlevel editor via telnet innodb

2005-01-29 Thread Ed Patterson
Greetings,
I need help with a few things:
First I am looking for a way to shutdown and or restart MySQL via 
telnet. mysqld -restart returns
chroot: No such file or directory
Aborting
mysqld -shutdown returns:
Can't start server: Bind on TCP/IP port: Address already in use
Do you already have another mysqld server running on port: 3306
Aborting
mysqld: Shutdown Complete

ps -aux shows mysqld is still active.
It works if I shut it down via YaST and the runlevel editor.
The manual says that innodb is enabled by default with 4.01 however that 
is not true in my case.
mysql show variables like have_%;
+--+---+
| Variable_name| Value |
+--+---+
| have_bdb | NO|
| have_crypt   | YES   |
| have_innodb  | NO|
| have_isam| YES   |
| have_raid| NO|
| have_symlink | YES   |
| have_openssl | NO|
| have_query_cache | YES   |
+--+---+
8 rows in set (0.00 sec)

I am runing SuSE 9.2 Professional
mysqld Ver 4.0.21 for suse-linux on i686
Any help appreiciated.
Ed
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.5 - Release Date: 1/26/2005
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: SuSE 9.2 Professional, Runlevel editor via telnet innodb

2005-01-29 Thread Hassan Schroeder
Ed Patterson wrote:
First I am looking for a way to shutdown and or restart MySQL via 
telnet. mysqld -restart returns
You want `mysqladmin [command]` -- try `mysqladmin --help`  for a
quick list of available commands.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]