Powered By Blogger

Wednesday, December 8, 2010

Fixing MySQL error 1036: table is read only

Solution:

One needs super user privs to do this, most commonly sudo is uesed to acheve this.

in order too Change the owner of the files.

sudo chown -R mysql:mysql /var/lib/mysql


Reboot Mysql for the changes

sudo service mysql restart

No comments:

Post a Comment