thedosmann
09-20-2006, 11:50 AM
Trying to work with a mysql insert that isn't working. It bombs on the first insert statement.
The problem is the tables are read-only,
I've checked the tables with myisamchk and there is no corruption.
They are not compressesd.
Any suggestions/ or help would be appreciated.
This turned out to be ownership of the files on linux. I had to ownership of the data dir to mysql.
The problem is the tables are read-only,
I've checked the tables with myisamchk and there is no corruption.
They are not compressesd.
Any suggestions/ or help would be appreciated.
This turned out to be ownership of the files on linux. I had to ownership of the data dir to mysql.