I am trying to simply run a table creation script on PHPMyadmin; using easyPHP. and it is giving me this issue:
#1100 - Table 'pma__tracking' was not locked with LOCK TABLES
When I run the script on WAMP server's PHPMyadmin I do not encounter this issue. the script successfully executes. same script. Same version of PHPmyadmin on both.
I can't find any help on the internet, I'm assuming this has to do with user permissions?
This is the latest version of easyPHP.
Any ideas what creates this error, and how I should go about fixing it?
Solution is simple,
Open the .SQL file in a notepad and
find
LOCK TABLES
and replace it by
#LOCK TABLES
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';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With