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
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
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
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