Hi, I recently installed 3.23.46 Binary for HP-UX replacing my 3.xx.42 (basically, replaced the symbolic link /usr/local/mysql to look at the 3.23.46 untar directory.
-- Here's a an output: $/usr/local/mysql#su# bin/mysqladmin -u root -p version Enter password: Server version 3.23.46 Protocol version 10 Connection Localhost via UNIX socket UNIX socket /tmp/mysql.sock Uptime: 1 hour 22 min 21 sec Threads: 1 Questions: 161 Slow queries: 0 Opens: 36 Flush tables: 1 Open tables: 6 Queries per second avg: 0.033 -- As I am performing the post installtion task, I am trying to see if I can shutdown the server from command line : $/usr/local/mysql#su# bin/mysqladmin -u root -p shutdown Enter password: -- At this point, nothing is happening for approximately half an hour, so I do a Ctr+C to abort. and get the following output Warning; Aborted waiting on pid file: '/usr/local/mysql/data/i3107tis.pid' afte r 1604 seconds -- Attempted to connecto server $/usr/local/mysql#su# mysql -u root -p Enter password: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) -- obviously, shutdown command killed some process (at least the socket connection to the server) $:/usr/local/mysql#su# bin/safe_mysqld --log=/usr/local/mysql/logs & [1] 26423 (i3107tis):/usr/local/mysql#su# A mysqld process already exists -- Unable to start mySQL because some process still alive. here's an output $/usr/local/mysql#su# ps -ef|grep -i mysql root 16471 1 0 08:19:40 ttyp1 0:00 /bin/sh bin/safe_mysqld root 26393 16574 2 10:43:29 ttyp1 0:00 grep -i mysql mysql 16483 16471 0 08:19:41 ttyp1 0:00 /usr/local/mysql/bin/mysqld --de faults-extra-file=/usr/local This was not a problem at all with the previous verison but continously getting this. Somewhere its timing out. If I kill all the process (i.e. kill -i processid), no problem restarting right back. But unable to shutdown gracefully. Thanks for sending me an email to [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php