• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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