Comment 4 for bug 1024595

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Hi John thanks for posting all the logs! This is the relevant error from error.log:

120712 5:59:27 [ERROR] Can't start server: Bind on TCP/IP port: Cannot assign requested address
120712 5:59:27 [ERROR] Do you already have another mysqld server running on port: 3306 ?
120712 5:59:27 [ERROR] Aborting

Can you check /etc/mysql/my.cnf and see if there is a bind or listen address defined that does not exist on your machine. Also make sure there isn't some rogue mysqld running or other process running listening on port 3306 (sudo netstat -tnlp should help with that).

I'll set the bug back to Incomplete. Please let us know what you find.