0

fails, saying:

SELECT `comment`
FROM `phpmyadmin`.`pma_column_info`
WHERE db_name = '`my_database`'
AND table_name = ''
AND column_name = '(db_comment)'

MySQL said: Documentation
#1100 - Table 'pma_column_info' was not locked with LOCK TABLES 

why? How can I change this?

Lokomotywa
  • 2,624
  • 8
  • 44
  • 73
  • Check out: http://stackoverflow.com/questions/18215379/importing-sql-file-using-phpmyadmin-in-easy-php – GuyT Jan 23 '14 at 11:08

1 Answers1

0

Have a look at the link , which describes how to troubleshoot the issue. I hope you need to make some changes to config.inc.php in phpadmin directory.

Abdul Manaf
  • 4,768
  • 3
  • 27
  • 34