Comment 13 for bug 403898

Revision history for this message
antonio manuel (ac26649) wrote :

I partially solved the problem with a script
#!/bin/bash
 sudo /etc/init.d/apparmor stop
 sudo /etc/init.d/mysql restart
 mysql -u root -p
--------------------------------------
partially because when I work with mySQL I have to stop AppArmor.