Re: starting mysql as user

2003-06-06 Thread jude dashiell
Thanks much, permissions. I did an rpm install of this package and it appears some permissions were not or are not preserved by rpm. Well, live and learn. I did the first step with chmod 0004 /var/lib/mysql, it's that second one I'm not certain of. the user mysql exists and I gave it a password

Re: starting mysql as user

2003-06-06 Thread gerald_clark
/var/lib/mysql must be world searchable: /var/lib/mysql/ must be writeable by the user mysql. /var/lib/mysql.sock will be created when mysqld starts, and must be world writable. jude dashiell wrote: Here's the output I get only as a user to mysql but not logging in as root: Script started on Fri

starting mysql as user

2003-06-06 Thread jude dashiell
Here's the output I get only as a user to mysql but not logging in as root: Script started on Fri Jun 6 14:09:06 2003 [EMAIL PROTECTED]:~$ mysql -u das    dashielljt -p Enter password: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) [EMAIL