Hello,
I run my site on VPS and recently it got corrupted, due to limitation in VPS disk size, it goes 100% full when i try to repair.
How i can bypass this issue?
Is it possible to copy the actual mysql files (MYI,MYD,frm) to another server and fix the problem using myisamchk ?
I got the below problem when i tried fixing it after moving those 3 files for that table into another server:
please advise
I run my site on VPS and recently it got corrupted, due to limitation in VPS disk size, it goes 100% full when i try to repair.
How i can bypass this issue?
Is it possible to copy the actual mysql files (MYI,MYD,frm) to another server and fix the problem using myisamchk ?
I got the below problem when i tried fixing it after moving those 3 files for that table into another server:
but it works on the actual server, but as explained above due to VPS limitations i can not fix it locally...[****@csm wguru]$ myisamchk -r post.MYI
myisamchk: error: 'post.MYI' doesn't have a correct index definition. You need to recreate it before you can do a repair
please advise