MySQL Forums
Forum List  »  Newbie

Re: db read-only problem
Posted by: timb
Date: August 30, 2004 07:53AM

Sounds like your user doesn't have 'update' permission for that database. Try running 'show grants' (http://dev.mysql.com/doc/mysql/en/SHOW_GRANTS.html) and see what permissions the user has. If the user does not have update permission, then you will need to add it with a 'grant' statment (http://dev.mysql.com/doc/mysql/en/GRANT.html). You should be able to do all of the above using your GUI of choice as well.

Options: ReplyQuote


Subject
Written By
Posted
August 29, 2004 02:45PM
August 29, 2004 02:51PM
Re: db read-only problem
August 30, 2004 07:53AM
August 31, 2004 04:15AM
August 29, 2004 05:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.