I just upgraded from 3.23 to 4.0. Downloaded mysql-server-4.0.20-0.i386, MySQL-shared-4.0.20-0.i386.rpm and MySQL-client-4.0.20-0.i386.rpm. then I did:
rpm -Uvh MySQL-server-4.0.20-0.i386.rpm
rpm -Uvh MySQL-shared-4.0.20-0.i386.rpm
rpm -Uvh MySQL-client-4.0.20-0.i386.rpm
then i manually killed the mysql process and did shell> /etc/init.d/mysql start
When I do shell> mysqladmin version gives me an error message: mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
and I checked, in init.d directory, mysql exists, but not mysqld. and the mysql.sock doesn't exist either in mysql directory.
But when I type shell> mysqlshow --help it tells me that Ver 9.4 Distrib 4.0.20, for pc-linux (i686) and when i check if i have the package installed, i did: shell> rpm -q mysql, it says: package mysql is not installed.
I am running RedHat Fedora Core 2. The 3.23 version of mysql comes with it.
Please help!
rpm -Uvh MySQL-server-4.0.20-0.i386.rpm
rpm -Uvh MySQL-shared-4.0.20-0.i386.rpm
rpm -Uvh MySQL-client-4.0.20-0.i386.rpm
then i manually killed the mysql process and did shell> /etc/init.d/mysql start
When I do shell> mysqladmin version gives me an error message: mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
and I checked, in init.d directory, mysql exists, but not mysqld. and the mysql.sock doesn't exist either in mysql directory.
But when I type shell> mysqlshow --help it tells me that Ver 9.4 Distrib 4.0.20, for pc-linux (i686) and when i check if i have the package installed, i did: shell> rpm -q mysql, it says: package mysql is not installed.
I am running RedHat Fedora Core 2. The 3.23 version of mysql comes with it.
Please help!