Quantcast
Channel: Free Web Hosting Community Forum - Host1Free.com
Viewing all articles
Browse latest Browse all 3352

[How To]Mysql Small Update/Install Fixup.

$
0
0
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.


PHP Code:

innodb_use_native_aio 

After this, run
PHP Code:

sudo dpkg --configure -

and all is done.

Viewing all articles
Browse latest Browse all 3352

Trending Articles