Comment 36 for bug 973951

Revision history for this message
tobixen (tobixen) wrote :

I had similar problem, installing mysql-server fails because it won't start.

Eventually, I got it up and running after:

1) installing /etc/mysql/my.cnf

2) did this to /etc/init/mysql.conf:

- exec /usr/sbin/mysqld
+ exec sudo -u mysql /usr/sbin/mysqld