Check your log file for details. Probably because of file permissions of
data folder.
Best Regards,
Cemal Dalar a.k.a Jimmy
System Administrator & Web Developer
http://www.gittigidiyor.com & http://www.dalar.net
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <
Check the owner and group for /home/mikem/local/mysql/data. It should be
mysql.
run the following commands
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> chown -R mysql /home/mikem/local/mysql/data
shell> chgrp -R mysql /home/mikem/local/mysql/data
shell> ./bin
Try:
safe_mysqld --user=user &
Bill
Jeremy Whitlock wrote:
MySQL List,
In Linux, I use:
[EMAIL PROTECTED] bin]$ safe_mysqld --user=user
to start the MySQL Server where user is a user in the database. When
this happens, the terminal that I start it in become unusable. Is this
by desi