Ano-Tech Computers
Enter keyword:

MySQL: Server fails to start after upgrade
Problem:
After manually downloading a newer .rpm from mysql.com to upgrade the MySQL server, restarting the service produces the following error message: "Starting MySQLCouldn't find MySQL manager or server"
 
Solution:
The stock mysql server shipped with some distros place certain files in different locations. These locations are specified in /etc/my.cnf and confuse the new version of MySQL that you just installed.

Either manually edit /etc/my.cnf and correct the paths, or simply delete '/etc/my.cnf' altogether. MySQL will usually start just fine without it, using default settings.

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles