• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

MySQL upgrade error

D

deMone

Guest
I just upgrade mysql server by ART's yum up to version 4.1.12

Then I stop PSA:
/etc/init.d/psa stopall
(all ok)

and then start it:
/etc/init.d/psa startall

Code:
Starting named:                                            [  OK  ]
Starting qmail:                                            [  OK  ]
Reloading configuration:                                   [  OK  ]
db_connect: failed to connect to database: Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
Unable to connect to mysql database
Starting psa-spamassassin service:                         [FAILED]
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
[root@km22402-03 root]# /etc/init.d/psa stopall
Stopping named:                                            [  OK  ]
Stopping MySQL:                                            [FAILED]
Shutting down psa-spamassassin service:                    [  OK  ]
Stopping httpd:                                            [  OK  ]

I don't interested in spamassassin's error, but I need fix mysql error.

I try start mysql manually:
Code:
service mysqld start
but have error «Timeout error occured trying to start MySql Daemon»

What should I do to fix this error?

Thanks!

PS: my system is FC2
 
I find solution on this bug:

It just need to add "skip-bdb" to the "mysqld" section of /etc/my.cnf

read more

please, close topic...
 
Back
Top