Hello folks,
Running on RH7.1, Apache.
I have a website which works fine on Win98 then switched to Linux by copying the .MYD, .MYI, *.frm files over.
SELECTs work fine, but not INSERTs.
It failed from a php page, so then using Webmnin as root issued the same INSERT that PHP failed on, and the error message is
TABLE READ ONLY
I checked the file-level permissions, they seem ok set as 664.
With changing the chmod to 777 on one database i actually got the INSERT\'s working.
If it is neccesary to chmod the database files can this be done in a recursive way
Any thoughts ot insight would be greatly appreciated
Paul