How to make mysql.user writable ?
Posted by: Jörg Nowak
Date: August 03, 2005 03:05AM

Hello, I want to change some entries in the database tabele mysql.user.


The statement ist quite simple:
update user set Grant_priv='Y';

I got the error message :
ERROR 1036 (HY000): Table 'user' is read only

How can I change that ?

I work with MySQL Cluster 4.1.12 but this database is a MyIsam engine.

Any Ideas ?

Joerg Nowak

Options: ReplyQuote


Subject
Written By
Posted
How to make mysql.user writable ?
August 03, 2005 03:05AM


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.