#1100-表'pma__column_info'没有被LOCK TABLES锁定

时间:2018-07-03 16:28:20

标签: phpmyadmin

我有一个Ubuntu 16.04 Server,PHP 7.2.7-1 + ubuntu16.04.1 + deb.sury.org + 1 当我从phpmyadmin上传数据库时,出现错误:

#1100 - Table 'pma__column_info' was not locked with LOCK TABLES 

我在论坛中进行了检查,发现有可能的解决方法:

/etc/phpmyadmin/config.inc.php

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

但是错误仍然存​​在

我还修改了/etc/phpmyadmin/apache.conf

<Directory ......>

  . . .

  . . . 
  php_admin_value upload_max_filesize 128M
  php_admin_value post_max_size 128M
  php_admin_value max_execution_time 360
  php_admin_value max_input_time 360
</Directory>

但是对我不起作用,有什么建议吗?谢谢

0 个答案:

没有答案