[solution][ubuntu] ubuntu mysql #1036 – Table ‘xx’ is read only

By.

min read

My profile

Share this:

I moved some database files from my backup to my ubuntu pc with mysql running.

So far so good. I visited PhpMyadmin, database is there and tables too jay 🙂

But when deleting, editing/ adding some row/entry I got stuck with this message:
[code:1:7f12833b9c]Mysql Said #1036 – Table ‘xx’ is read only [/code:1:7f12833b9c]

The solution is this:

[list=1:7f12833b9c]
[*:7f12833b9c] [code:1:7f12833b9c]$ sudo nautilus[/code:1:7f12833b9c]
Move your files to /var/lib/mysql/[database_name]

[*:7f12833b9c]
Now . make sure every directory/file is owned by Mysql and NOT root or your username !

[*:7f12833b9c] Exit nautilus

[*:7f12833b9c] [code:1:7f12833b9c]$ sudo service mysql restart[/code:1:7f12833b9c]
[/list:o:7f12833b9c]
And you’re done!

[b:7f12833b9c]Read on:[/b:7f12833b9c]
http://ubuntuforums.org/showthread.php?t=411338
http://www.bigresource.com/Tracker/Track-mysql-ZZHBnJJf/

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *