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.
Subject
Written By
Posted
Re: db read-only problem
August 30, 2004 07:53AM
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.