开发者

MYSQL Flush Tables

开发者 https://www.devze.com 2023-04-05 20:45 出处:网络
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 afte

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消