This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
结果集越大,phpMyAdmin 就越慢。 phpMyAdmin脚本在0.2768秒内收到来自MySQL的查询结果。 然后,它必须解析其中的数千行/列数据,并应用在浏览器中显示它所需的所有标记。 这会消耗时间和记忆。 如果速度是一个问题,我建议使用命令行客户端。
The larger your resultset, the slower phpMyAdmin is. The phpMyAdmin script receives the query result from MySQL in 0.2768 seconds. It then must parse the thousands of rows/columns of data in this and apply all the markup necessary to display it in your browser. This eats up time, and memory. I suggest using a command-line client if speed is a concern.
查询执行得很快,但 phpMyAdmin 加载它需要很长时间。
The query executed fast, but phpMyAdmin took a long time to load it.