Can’t access Kloxo after restarting MySQL 5.0?
listed in answer
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

New Comments