Rock on
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
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment