MySQL Forums
Forum List  »  Newbie

1036:Table Read Only Error, Cant add a new column to my table
Posted by: chandu chandu
Date: April 07, 2005 01:17AM

Hi all,
I have a table with arround 30 columns, and I am trying to add another column to it with the following query.

alter table tablename add column column_name varchar(10);

and I get the following error.
ERROR 1036: Table 'ProfilesDesc' is read only

what could be wrong?
thanx in advance.
chandu

Options: ReplyQuote


Subject
Written By
Posted
1036:Table Read Only Error, Cant add a new column to my table
April 07, 2005 01:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.