MySQL table corruption problem

admin

Administrator
Staff member
Hello,

I have a corrupted MySQL db table.
I tired to fix it by running "isamchk -r table", also checked the table with "-e" option. But it didn't show any inconsistancy with its db, but still I can't run any query to this table. Also mysqldump shows empty table structure like this;

#
# Table structure for table 'bukken_log'
#
CREATE TABLE bukken_log (

);


I use ver 3.22.32 of MySQL running on FreeBSD.
Has anyone experienced same kind of problem here? If so how did you fixed it.
Thanks for your comment in advance.
 
Back
Top