As root, you start the mysql server. The first thing the server does is switch to running as the mysql user, then it tries to bind the socket. Most likely, your problem is that the mysql user does not have permission to write the socket file in /var/run/mysql. As root, run `chown mysql:mysql /var/run/mysql`.

Michael

muhammad alqama wrote:

hi

******(plz someone help me urgently)******

i have tried the procedure mentioned below but of no avail.
this is the exact message in .err file

"can not start server : bind on unix socket : permission denied
do you have another mysql server running on socket /var/run/mysql/mysql.sock ?
/usr/libexec/mysqld : shutdown complete
mysqld ended
"

---> i am trying to run the server as root
---> there is no such file as /var/run/mysql/mysql.sock

now what to do

regards
alqama





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to