Page 1 of 1

MySQL 5.5

Posted: Mon Oct 10, 2011 12:59 pm
by Panther
For anyone using MySQL 5.5 or newer, you will need to make a couple changes to includes/logsave.php. The "Type" option was renamed to "Engine" when creating tables. Change the queries that create temporary tables using "Type=" to "Engine=". If you need to rebuild the tables you'll have to do the same in all the tables/mysql/*.sql files.