Laurie Savage wrote:
> 
> I am unable to connect to MySQL either as root or user unless I issue a
> "mysqld --socket=/var/lib/mysql/mysql.sock - u root" command. This is good
> for all users as long as the machine is booted.
> 
> I have checked Ksysv and mysql is enabled at startup.
> 
> I have copied/renamed the myxxx.conf files into /etc and ~user directories
> and edited them to contain a pointer to the sock file. I have also edited the
> mysql startup script to contain the line
> 
>         "socket=/var/lib/mysql/mysql.sock"
> 
> No luck, what am I missing here?
It is /etc/my.cnf not myxxx.conf.
if your socket is in /var/lib/mysql, then /var/lib/mysql needs to have
permissions set
to 775.
I put my socket elsewhere ( NOT in /tmp ).

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to