show/hide this revision's text 2 better formating.

On Ubuntu look into the apparmor settings for mysql (

vi /etc/apparmor.d/usr.sbin.mysql
). 

This should solve the permission issues. For a quick test you can even try

/etc/init.d/apparmor stop

But don't forget to restart the serviceafter changing the file.

This took me some time to figure out. And after reading "SELinux" it was clear that I have forgotten this new kind of protection on Ubuntu.

show/hide this revision's text 1

On Ubuntu look into the apparmor settings for mysql ( /etc/apparmor.d/usr.sbin.mysql ). This should solve the permission issues. For a quick test you can even try /etc/init.d/apparmor stop But don't forget to restart the service after changing the file.

This took me some time to figure out. And after reading "SELinux" it was clear that I have forgotten this new kind of protection on Ubuntu.