• 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 4.1.X not working

L

lymf

Guest
Ok, i've search on the board but didn't find the answer to my question... sorry if I made a bad search...

So here is my problem. I have a server with a Plesk interface, and it was in MySQL 3.23. I wanted to do the upgrade to MySQL 4.1, so I've followed a guide from the server host, and since that, I don't have MySQL working anymore, and therefore is Plesk not working...

Here are the error messages :

mysql.log
060301 16:43:17 mysqld started
060301 16:43:17 [Warning] Asked for 196608 thread stack, but got 126976
060301 16:43:17 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
060301 16:43:17 [ERROR] Do you already have another mysqld server running on port: 3306 ?
060301 16:43:17 [ERROR] Aborting

060301 16:43:17 [Note] /usr/sbin/mysqld: Shutdown complete

060301 16:43:17 mysqld ended

Plesk error
Unable to connect to database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

Thank you
 
I run into this problem too when I upgrade.

Run this command from shell.


/etc/rc.d/init.d/mysql start
 
Back
Top