Date: 04/29/07 (MySQL Communtiy) Keywords: database Could anybody help me? I've copied a table 'X' to the database from one server to another. An attempt to change the content using a command UPDATE X SET var1 = "somevalue" leads to the ERROR 1036: Table 'X' is read only. Why is it and how can it be corrected? Thank you in advance. Julia
|