#1100 - Table 'pma__tracking' was not locked with LOCK TABLES - PHPMyAdmin, easyPHP #1100 - Table 'pma__tracking' was not locked with LOCK TABLES - PHPMyAdmin, easyPHP sql sql

#1100 - Table 'pma__tracking' was not locked with LOCK TABLES - PHPMyAdmin, easyPHP


Look into your phpMyAdmin config.inc.php file, there should be :

/* User for advanced features */$cfg['Servers'][$i]['controluser'] = 'your_root';$cfg['Servers'][$i]['controlpass'] = 'your_password';


Solution is simple,

Open the .SQL file in a notepad and

find

 LOCK TABLES

and replace it by

 #LOCK TABLES


Open your sql file in any editor

find LOCK TABLES and replace it with #LOCK TABLES