RE: chown: 'mysql': invalid user

2002-07-11 Thread Chaitanya Diwadkar
Try the following: safe_mysqld --user=mysql & Also make sure that your data directory is readable and writeable by the mysql user. the socket file is generally just named mysql.sock and it would be in your /tmp dir. -Original Message- From: Alex Jarvis [mailto:[EMAIL PROTECTED]] Sent

Re: chown: 'mysql': invalid user

2002-07-11 Thread Gerald Clark
Use adduser, or the appropriate command for your version of UNIX to create the mysql account. Alex Jarvis wrote: > To summarize: I was getting a "cannot connect through >socket..." error. It would appear that the server is not running and the >socket doesn't exist. So I tried to start t