On Sat, 6 Apr 2002 18:54:14 -0800 (PST)
Kip Kramer <[EMAIL PROTECTED]> wrote:

> 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.

The error came from OS side, more exactly is Filesystem ... you have to change the 
file permission which related to error.

Nothing to be done with mysql ;-)

-- 
Let's call it an accidental feature.
        -- Larry Wall

---------------------------------------------------------------------
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