Re: starting mysql server

2004-06-17 Thread Cemal Dalar
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: <

Re: starting mysql server

2004-06-17 Thread mathan
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

Re: Starting MySQL Server

2003-02-25 Thread Bill Allaire
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