Problem with mysql after upgrade to 5.0
January 1st, 2009
If the mysql is not starting after mysql upgrade from 4.1 to 5.0, please do the following to get it work.
open my.cnf
vi /etc/my.cnf
comment or remove the line
basedir=/var/lib/
save and exit
service mysql start
That’s it.