in reply to Read only error when writing to db (OT?)
...I GRANTed liberally, and still problems...
After doing the grant privileges, you did remember to flush didn't you?
mysql> FLUSH PRIVILEGES;
Otherwise it will not work! ;)
Update: Added link to MySQL flush command syntax (www.mysql.com)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Read only error when writing to db (OT?)
by bradcathey (Prior) on Nov 27, 2003 at 13:49 UTC | |
by bradcathey (Prior) on Nov 28, 2003 at 16:02 UTC |