Database fix needed now!
Permalink
Critical: Need help fixing a database error that has taken my C5 website out of commission:
mysqlt error: [126: Incorrect key file for table '/tmp/#sql_b48af_0.MYI'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btTravisnSpacer`")
If I can't get help in the next few hours I'll need to restore with a month-old backup.
Longer term: Need someone to look at the "Advisor" suggestions in phpMyAdmin and see what else needs to be fixed.
mysqlt error: [126: Incorrect key file for table '/tmp/#sql_b48af_0.MYI'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btTravisnSpacer`")
If I can't get help in the next few hours I'll need to restore with a month-old backup.
Longer term: Need someone to look at the "Advisor" suggestions in phpMyAdmin and see what else needs to be fixed.
Add me on Skype : tinkutr
That is a very strange error to see coming from concrete5 unless you are running a heavy-duty query, or using a poorly configured or overcrowded server.
Whichever the case, MySQL is attempting to create a intermediate temporary table and running out of space in /tmp
This is not something you would be able to fix from PHPMyAdmin.
Whichever the case, MySQL is attempting to create a intermediate temporary table and running out of space in /tmp
This is not something you would be able to fix from PHPMyAdmin.
Rony