InnoDB: Unable to lock ibdata1, error: 35

This is because there are other MYSQL processes also read the data file, you need to kill this process can

ps -eaf | gerp mysql
killall mysql

Read More: