尝试使用大表访问数据库(此数据库中至少有15个表不少于100万个,最多为2000万个).一旦我选择数据库 - phpMyAdmin加载至少5分钟(以及更多).
如何加快表格加载页面的速度?
将这些行粘贴到phpMyAdmin安装中的config.inc.php文件的底部:
//http://future500.nl/phpmyadmin-slow-on-startup/:
$cfg['MaxExactCountViews'] = 0;//disable trying to count the number of rows in any view
$cfg['MaxExactCount'] = 0;//disable correcting the InnoDB estimates
Run Code Online (Sandbox Code Playgroud)
谢谢future500.nl!
我希望在我意外删除所有数据之前几小时就找到了这个修复程序.:-(
| 归档时间: |
|
| 查看次数: |
6623 次 |
| 最近记录: |