http://qs1969.pair.com?node_id=310503


in reply to Read only error when writing to db (OT?)

Hi bradcathey,
...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)