UPDATE server SET version = '2.0.0'; -- resthost must persist ALTER table resthost ENGINE=MyIsam; ALTER table route ENGINE=MyIsam; -- max tables allowed , no check if -1 ALTER TABLE `users` ADD `tables_max` INT DEFAULT '-1';