Panos Melas writes:
> Hello everyone,
> 
> I try to install and configure mysql under win2000, initally it seems to
> work ok but whenever I try to create a table or modify any of the existing
> tables I get the following error: ERROR 1036: Table xxxx is read only
> 
> e.g.
> 
> mysql> insert into user values('localhost','mysql',password('xyzzy'),
>     -> 'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
> ERROR 1036: Table 'user' is read only
> 
> any suggestions?
> 
> Thanks
> 
> Panos
> 
> 

Hi!

First of all, don't meddle with MySQL privilege tables directly. 

Use GRANT / REVOKE instead. 

Second, check user / group settings for datadir on your W2K.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.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