kickstart extracts fine.
When it comes to db restoration I get ErrNo #0
SQL=CREATE TABLE `jfwiq_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) NOT NULL, `configuration` longtext, `filters` longtext, `quickicon` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=Aria AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 PAGE_CHECKSUM=1
I tried replacing the 'ENGINE=Aria' part with "", but it did not work.
importing a sql dump into local phpmyadmin results in the same error.
How can I get the db running on localhost, please?
Best,
Thomas