2016-03-14 02:30:29 58150 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 35 2016-03-14 02:30:29 58150 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.Come risolvere InnoDB: impossibile bloccare ./ibdata1 errore mysql?
7
A
risposta
36
0
ci crediate o no, la soluzione è altrove. Il problema deriva dall'errata configurazione di AppArmor.
Quindi basta fare:
$ apt install apparmor-profiles
e quindi riavviare MySQL (notare la velocità con cui ti riavviare).
ho notato un file mancante correlate a AppArmor quando si fa:
$ systemctl status mysql.service
Voila.
Hai controllato un altro processo mysqld? Sembra che tu stia già eseguendo il demone. –