MySQL Crash after update ? Don't Panic ! I will help you !
The Problem: MySQL won't start after update. MySQL need aio (pleas use google for reference) but the Kernel don't support this.
The Fix:
Open You my.conf and past this under the "[mysqld]" selection.
After this, run
and all is done.
The Problem: MySQL won't start after update. MySQL need aio (pleas use google for reference) but the Kernel don't support this.
The Fix:
Open You my.conf and past this under the "[mysqld]" selection.
PHP Code:
innodb_use_native_aio = 0
PHP Code:
sudo dpkg --configure -a