Hi,
I've recently had a system crash and now one of my tables returns empty
records (interestingly when using phpmyadmin it correctly displays the right
amount of records but if you try and 'browse' them it returns no records)
I've tried using Isamchk -r: but I get the following error:
Data records 745 (the correct figure)
C:\mysql\data\earcandy\isamchk.exe: error: Can't create tempfile:
'disks.tmd'
Isam-table 'disks.ism' is not fixed because of errors
With Isamchk -r -g I get:
- check delete-chain
- recovering ISAM-table 'disks.ism'
Data records 745
- Fixing index 1
Can't read hole record at 0
Isam-table 'disks.ism' is not fixed because of errors
Does anyone know how I can fix this?
TIA
Neil