MYSQL 刷新表
我在 phpmyadmin 的共享托管帐户上输入了“flush table”。我这样做的原因是为了看看当查询没有被缓存时执行的速度有多快。现在,当我在查询框中键入后尝试执行任何查询时,它会给出一个奇怪的错误,如下所示:
import.php: Missing parameter: import_type
import.php: Missing parameter: format
同样使用 MYSQL 管理员,我连接到我的托管数据库。尝试执行查询给了我
Got error 28 from storage engine
谢谢
I typed 'flush tables' on my shared hosting account at my phpmyadmin. The reason I did this is to see how fast my queries executed when they were not cached. Now when I try to execute any query after typing in the query box, it gives a strange error as such:
import.php: Missing parameter: import_type
import.php: Missing parameter: format
Also using the MYSQL Administrator, i connected to my hosted database. Trying to execute a query gives me
Got error 28 from storage engine
Thanking you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何调用 import.php 脚本?这个脚本是从哪里调用的?
此“
从存储引擎获取错误 28
”会转换为“错误代码 28:设备上没有剩余空间
” – 意味着服务器硬盘上的磁盘分区已用完可用空间磁盘空间或 mysql 的数据库文件空间不足How do you call your import.php script? Where is this script called from?
This "
Got error 28 from storage engine
" translates into "Error code 28: No space left on device
" – meaning a disk partition on your server's hard disk ran out of free disk space or mysql is running out of space for it's db file