Hi All,

After working happily for months, my MySQL (v. 3.23.48-1) database has begun displaying
the following problem:

Whenever I log in as mysql root and try to change privileges for my database as 
follows:

grant insert, select
on MyDB_Name
to MyExistingUserName;

I get the error that the database "mysql" is read only.  Is there an easy way to
re-create the "mysql" permissions database and rebuild the permissions from scratch?  I
tried renaming the "mysql" db to mysql.bak and then restrating mysql, but it would not
start until I renamed the file as it originally was.

Any suggestions appreciated.

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to