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.
