Check the attrib of the file, maybe is read only.

most times, when files has been copy to CD the attrib of files is automatic 
changed to read only, and when the copy is back to hard drive the read only 
remains, so, acces is denied.

check too, the attributes of the table created and the user rights. You can 
use GRANT command to check this. To know more about GRANT command, please, 
refer to manual.

jevr.-

>From: Greg <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: unlocking read only table
>Date: Wed, 16 May 2001 18:11:09 +0200
>
>One of the tables of my database suddently became read-only; when I try
>to add a line, I get:
>
>ERROR 1036: Table 'Requests' is read only
>
>I'm alone working on this table, and didn't lock it. Does anyone know
>how I can unlock this table?
>
>TIA
>
>Greg
>
>---------------------------------------------------------------------
>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
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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