Linux ilug wrote:
> 050323 18:05:54 [ERROR] Can't start server : Bind on unix socket:
> Address already in use
> 050323 18:05:54 [ERROR] Do you already have another mysqld server
> running on socket: /tmp/mysql.sock ?
> 050323 18:05:54 [ERROR] Aborting
>> 050323 18:05:54 [Note] ./mysqld: Shutdown complete
>> is there a way of see what is running on port 3306?
Yes (netstat -anp | grep :3306), but it's not complaining about the tcp
port, it's complaining about the unix socket /tmp/mysql.sock. Try 'fuser
/tmp/mysql.sock' to see what's already using it. No doubt there's
already a mysql process running. If so, kill the process id that fuser
returns.
Steve
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!