Error :
File : /var/log/mysql/error.log
[ERROR] InnoDB: Unable to lock ./ibdata1 error: 11 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
Fix :
lsof -i:3306 ////Get PID ////example : COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mysqld 2644 mysql 51u IPv4 20139 0t0 TCP localhost:mysql (LISTEN) kill -9 PROCESS (PID) sudo service mysql restart