phpMyAdmin和大表

前端之家收集整理的这篇文章主要介绍了phpMyAdmin和大表前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
尝试使用大表访问数据库(此数据库中至少有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

谢谢future500.nl!

我希望在我意外删除所有数据之前几小时就找到了这个修复程序.

猜你在找的PHP相关文章