Re: Newbie asks error 1036 table read only?

2002-05-16 Thread Gerald Clark
Make sure mysql owns the tables and their directorys, and has write privileges to them. I talking about UNIX permissions here, not mysql permissions. Bill Flanagan wrote: Hi, I recently inherited a Mysql 3.23.46 database, have some old ISAM tables on which I am unable to do updates or

Re: Newbie asks error 1036 table read only?

2002-05-16 Thread Egor Egorov
Bill, Wednesday, May 15, 2002, 11:42:00 PM, you wrote: BF Hi, I recently inherited a Mysql 3.23.46 database, have some old ISAM BF tables on which I am unable to do updates or inserts. I get error BF message #1036 'Table is read only.' I am able to sign on to the database BF through the root,

Newbie asks error 1036 table read only?

2002-05-15 Thread Bill Flanagan
Hi, I recently inherited a Mysql 3.23.46 database, have some old ISAM tables on which I am unable to do updates or inserts. I get error message #1036 'Table is read only.' I am able to sign on to the database through the root, set myself up as a superuser in the user table, and have been able to