Re: permission denied error

2005-03-07 Thread kaustubh shinde
g in the mysqld.log file in the /data/mysql dir. Original Message Follows From: Michael Stassen <[EMAIL PROTECTED]> To: kaustubh shinde <[EMAIL PROTECTED]> CC: mysql@lists.mysql.com Subject: Re: permission denied error Date: Sun, 06 Mar 2005 13:16:45 -0500 Usually, datad

Re: permission denied error

2005-03-06 Thread Michael Stassen
Usually, datadir is a subdirectory of basedir. Something like mysqld_safe --basedir=/data/mysql --datadir=/data/mysql/data --user=mysql & Are you certain you want your databases in your basedir, rather than in a subdirectory? The errors you are getting seem to indicate that user mysql cannot wr

permission denied error

2005-03-06 Thread kaustubh shinde
Hi, I have moved my base and data directories at /data/mysql on my system and /data/mysql is owned by user mysql. Earlier these were located at /var/lib/mysql my /etc/my.cnf has following entries: # The following options will be passed to all MySQL clients [client] #password = your_passwor

getting permission denied error intermittently

2001-12-27 Thread Sammy Lau
Hi all, Both of the DBI client and C client are getting permission denied error intermittently to a mysql database. When I see this problem, I do a 'flush privileges'. It comes back to normal for a random period of time and the problem happens again. I cannot reproduce this probl