Comment 6 for bug 448656

Revision history for this message
JBB (jaybrianb) wrote :

You may have a permission issue. Did you change the directories mysql is accessing. For me, this was resolved by granting the mysql user under which mysql runs access to the relevant directories (/log/mysql /lib/mysql /etc/mysql).

i.e.,

chown -R mysql:mysql <dirs in question here>