<legend id='YVcQZ'><style id='YVcQZ'><dir id='YVcQZ'><q id='YVcQZ'></q></dir></style></legend>
      <i id='YVcQZ'><tr id='YVcQZ'><dt id='YVcQZ'><q id='YVcQZ'><span id='YVcQZ'><b id='YVcQZ'><form id='YVcQZ'><ins id='YVcQZ'></ins><ul id='YVcQZ'></ul><sub id='YVcQZ'></sub></form><legend id='YVcQZ'></legend><bdo id='YVcQZ'><pre id='YVcQZ'><center id='YVcQZ'></center></pre></bdo></b><th id='YVcQZ'></th></span></q></dt></tr></i><div id='YVcQZ'><tfoot id='YVcQZ'></tfoot><dl id='YVcQZ'><fieldset id='YVcQZ'></fieldset></dl></div>
      • <bdo id='YVcQZ'></bdo><ul id='YVcQZ'></ul>
      1. <small id='YVcQZ'></small><noframes id='YVcQZ'>

      2. <tfoot id='YVcQZ'></tfoot>

        加载 innoDB 数据库主页时 phpMyAdmin 非常慢

        phpMyAdmin EXTREMELY slow when loading innoDB database main page(加载 innoDB 数据库主页时 phpMyAdmin 非常慢)
          <tbody id='diIlO'></tbody>

            <i id='diIlO'><tr id='diIlO'><dt id='diIlO'><q id='diIlO'><span id='diIlO'><b id='diIlO'><form id='diIlO'><ins id='diIlO'></ins><ul id='diIlO'></ul><sub id='diIlO'></sub></form><legend id='diIlO'></legend><bdo id='diIlO'><pre id='diIlO'><center id='diIlO'></center></pre></bdo></b><th id='diIlO'></th></span></q></dt></tr></i><div id='diIlO'><tfoot id='diIlO'></tfoot><dl id='diIlO'><fieldset id='diIlO'></fieldset></dl></div>
              <bdo id='diIlO'></bdo><ul id='diIlO'></ul>
            • <legend id='diIlO'><style id='diIlO'><dir id='diIlO'><q id='diIlO'></q></dir></style></legend>
                • <small id='diIlO'></small><noframes id='diIlO'>

                  <tfoot id='diIlO'></tfoot>
                  本文介绍了加载 innoDB 数据库主页时 phpMyAdmin 非常慢的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我遇到的问题:

                  我从 phpMyAdmin 中加载了我的一个 innoDB 数据库的数据库页面,但加载速度非常慢.我们正在谈论最多 5 分钟的加载时间.这仅发生在 MAIN 页面上,这意味着当您查看数据库时,显示所有表的左侧边栏会出现.

                  I load the database page for one of my innoDB databases from within phpMyAdmin and it loads EXTREMELY slow. We're talking like up to 5 minutes of load time. This only happens on the MAIN page, meaning, when you view the database and the left sidebar that shows all the tables shows up.

                  在初始加载时间之后,每个单独的表都可以点击并几乎立即加载.但是这些表是在 iframe 中加载的,而无需重新加载数据库表的左侧边栏,这就是它们加载如此之快的原因.

                  After that initial load time, each individual table can be clicked on and load almost immediately. But those tables are loaded in an iframe without reloading the left sidebar of database tables which is why they load so quickly.

                  在初始加载时间之后,每个单独的表都可以立即在新选项卡/窗口中打开,但这样做不包括数据库表的左侧边栏,我确信这就是它们加载如此之快的原因.

                  After that initial load time, each individual table can be opened in a new tab/window immediately, but doing it that way does not include the left sidebar of database tables, which I am sure is the reason they load so quickly.

                  我期望发生的事情:

                  我希望能够从 phpMyAdmin 中加载我的 innoDB 数据库的主页,而无需花费 5 分钟来加载.

                  I expect to be able to load the main page of my innoDB database from within phpMyAdmin without it taking 5 minutes to load.

                  我的尝试:

                  这个问题我已经有几个月了,它每天都让我发疯.事实上,我已经接受了它.我只是每天立即加载那个初始页面,然后去做其他事情,这样我就不必看它了,因为它只会让我生气.

                  I've had this issue for months and it drives me crazy every day. I've come to live with it actually. I simply load that initial page immediately every day, and go do something else so i don't have to watch it, because it just makes me angry.

                  我将超时设置为大约 15 分钟,所以如果我认为它超过 10 分钟,我将在不同的选项卡中打开显示localhost"的位置,这会将我带到登录屏幕,重新登录,然后它带我进入数据库列表,该列表加载速度很快.这是因为如果我只是加载该主页,然后登录,它会将我带回该索引页面,我将再等待 5 分钟以加载它.咕噜..

                  I have my timeout set to about 15 minutes, so if I think its been longer than 10 minutes, I will open where it says "localhost" in a different tab, which brings me to the login screen, log back in, and then it brings me to the list of databases, which loads quickly. This is because if I simply load that main page, then log in, it will bring me back to that index page and i'll wait another 5 minutes for it to load. Grr..

                  好吧,我在谷歌上搜索并搜索了很多关于使 innoDB 不进行行计数之类的建议.我已经尝试了所有这些.什么都不起作用!:(

                  OK so, I Googled and Googled and found tons of suggestions about making innoDB not do row counts and stuff like that. I've tried all of them. Nothing is working! :(

                  我发现了一个叫做$cfg['Server']['IgnoreSomeISrows'] = true;"的东西这没有任何帮助.我什至不知道它做了什么,但它不起作用,所以我删除了它,但我忘记删除那部分,所以我只是把它留在那里.不,将其注释掉也无济于事,谢谢.

                  I found something called "$cfg['Server']['IgnoreSomeISrows'] = true;" which did not help whatsoever. I don't even know what it did, but it didn't work, so I removed it, but I forgot to remove that part and so I just left it there. No, commenting it out does not help either thank you.

                  一些版本信息:

                  操作系统

                  CentOS release 6.5 (Final)
                  

                  数据库:

                  Server: Localhost via UNIX socket
                  Software: MySQL
                  Software version: 5.1.71-log - Source distribution
                  Protocol version: 10
                  

                  网络服务器

                  Apache/2.2.15 (CentOS)
                  Database client version: libmysql - 5.1.71
                  PHP extension: mysqli Documentation
                  

                  phpMyAdmin

                  Version information: 3.5.8.2, latest stable version: 4.1.5
                  

                  推荐答案

                  就个人而言,当我在查看"表中查看时,使用 phpmyadmin 的速度也非常慢.我所做的是将phpmyadmin升级到最新版本,然后我的问题就解决了.也许你可以试试 phpymadmin v4

                  Personally I also experience extremely slow with phpmyadmin, when I view in "View" Table. What I did is upgrade the phpmyadmin to the latest version, then my problem is solved. Maybe u can give a try for phpymadmin v4

                  这篇关于加载 innoDB 数据库主页时 phpMyAdmin 非常慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                  <i id='a1kkn'><tr id='a1kkn'><dt id='a1kkn'><q id='a1kkn'><span id='a1kkn'><b id='a1kkn'><form id='a1kkn'><ins id='a1kkn'></ins><ul id='a1kkn'></ul><sub id='a1kkn'></sub></form><legend id='a1kkn'></legend><bdo id='a1kkn'><pre id='a1kkn'><center id='a1kkn'></center></pre></bdo></b><th id='a1kkn'></th></span></q></dt></tr></i><div id='a1kkn'><tfoot id='a1kkn'></tfoot><dl id='a1kkn'><fieldset id='a1kkn'></fieldset></dl></div>
                • <tfoot id='a1kkn'></tfoot>

                  <small id='a1kkn'></small><noframes id='a1kkn'>

                    <tbody id='a1kkn'></tbody>
                  • <bdo id='a1kkn'></bdo><ul id='a1kkn'></ul>
                      • <legend id='a1kkn'><style id='a1kkn'><dir id='a1kkn'><q id='a1kkn'></q></dir></style></legend>