Hi,
When I try import in phpMyAdmin the file "fuel/install/fuel_schema.sql" it print this output:
Error
SELECT `comment`
FROM `phpmyadmin`.`pma__column_info`
WHERE db_name = 'fueldb'
AND table_name = ''
AND column_name = '(db_comment)'
#1100 - Table 'pma__column_info' was not locked with LOCK TABLES
I'm in local with EasyPHP setup.
How to solve that?
Thank you!
Comments
Now it shows me this:
Error
SELECT MAX(version) FROM `phpmyadmin`.`pma__tracking` WHERE `db_name` = 'fueldb' AND `table_name` = 'fuel_permissions' AND FIND_IN_SET('INSERT',tracking) > 0
#1100 - Table 'pma__tracking' was not locked with LOCK TABLES
Seems same error with different query.
I should do other before import?
http://stackoverflow.com/questions/24055394/1146-table-phpmyadmin-pma-tracking-doesnt-exist
$config['index_page'] = 'index.php';