Can’t access Kloxo after restarting MySQL 5.0?

listed in answer

Can’t access Kloxo after restarting MySQL 5.0?
0 votes, 0.00 avg. rating (0% score)

ANSWER:

General recommendation is to check your mysql error log.

In your case you might have problem with changing innodb_log_file_size. To do it correctly you need to backup your database, remove all database files (ibdata and ib_log), than start database and restore backup. See manual

by DukeLion from http://serverfault.com/questions/391762