I am currently working on a port from a MySQL 3.23.49 database running on Windows to a MySQL 4.0.12 running on Mac OS X.
When and I copy and paste the .frm, .myd and .myi and try to make an update to one of the bases MySQL says the table is read_only.
I've changed the permissions to 777 on all tables and for user mysql.
I'm working on it for 3-4 hours now and I haven't even find where the problem comes from.
Please Help