Hi All,
Strange problem we have here and I'm looking for some insight on it.
On one of our MySQL machines, everything was working fine until we rebooted a few days ago. Immediately after the reboot, some database connections were failing with:
Now, this only happened on a few accounts, not all of the server. In some databases only 1 table was problematic but the rest were fine, in others every table was affected.
When we looked at the filesystem, the problem tables only exist as FRM files, there are no MYI or MYD files for them.
What makes the problem 100 times worse is that our backups are taken at the filesystem level and going back for the last 2 weeks shows only the FRM files in the backups are well, meaning we cannot restore them from these backups.
The FRM files were the only things in the database directory, however the actual databases were still in use during this time and running flawlessly.
Anyone got any ideas?
Wullie
Fresh Look - Quality Coldfusion/Windows Hosting
The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
Strange problem we have here and I'm looking for some insight on it.
On one of our MySQL machines, everything was working fine until we rebooted a few days ago. Immediately after the reboot, some database connections were failing with:
Code:
"1016 - Can't open file: 'xyz.ibd' (errno: 1)"
Now, this only happened on a few accounts, not all of the server. In some databases only 1 table was problematic but the rest were fine, in others every table was affected.
When we looked at the filesystem, the problem tables only exist as FRM files, there are no MYI or MYD files for them.
What makes the problem 100 times worse is that our backups are taken at the filesystem level and going back for the last 2 weeks shows only the FRM files in the backups are well, meaning we cannot restore them from these backups.
The FRM files were the only things in the database directory, however the actual databases were still in use during this time and running flawlessly.
Anyone got any ideas?
Wullie
Fresh Look - Quality Coldfusion/Windows Hosting
The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell