Updating Mysql 5.1 error

jca

Verified User
Joined
Oct 31, 2006
Messages
306
Location
Allen, TX
Hi, I updated MySQL 5.1.34 to 5.1.35 tonight and now the service won't start.

It hangs while trying to start MySQL I tried to manually remove the rpm and retry with no sucess.

Code:
[root@gruta custombuild]# ./build mysql
Cannot find /usr/bin/mysqldump
Found /usr/local/directadmin/custombuild/mysql/MySQL-client-5.1.35-0.glibc23.i386.rpm
Found /usr/local/directadmin/custombuild/mysql/MySQL-devel-5.1.35-0.glibc23.i386.rpm
Found /usr/local/directadmin/custombuild/mysql/MySQL-server-5.1.35-0.glibc23.i386.rpm
Found /usr/local/directadmin/custombuild/mysql/MySQL-shared-5.1.35-0.glibc23.i386.rpm
Stopping mysqld ...
/etc/init.d/mysqld: line 260: my_print_defaults: command not found
/etc/init.d/mysqld: line 263: my_print_defaults: command not found
MySQL manager or server PID file could not be found!       [FAILED]
Can not find /usr/bin/mysql, installing MySQL
Preparing...                ########################################### [100%]
   1:MySQL-shared           ########################################### [ 25%]
   2:MySQL-client           ########################################### [ 50%]
   3:MySQL-devel            ########################################### [ 75%]
   4:MySQL-server           ########################################### [100%]
090610  3:10:49 [Warning] Forcing shutdown of 2 plugins
090610  3:10:49 [Warning] Forcing shutdown of 2 plugins

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h gruta.jocoque.net password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available at http://www.mysql.com/
Support MySQL by buying support/licenses from http://shop.mysql.com/

Starting MySQL..................................

Any ideas? This is using CentOS 5.3

Thanks!

Jose
 
Back
Top