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
精彩评论