Ok. I am stumped. Again.
It seems my databases use InnoDB, but the "hit_counter_extension" is "MEMORY" and "searchindex" is "MyISAM".
Only that one table/file per database is "MyISAM".
So, now I tried:When I am back I'll tell if it worked. With my luck... :--------(
It seems my databases use InnoDB, but the "hit_counter_extension" is "MEMORY" and "searchindex" is "MyISAM".
Only that one table/file per database is "MyISAM".
So, now I tried:
Code:
mysqladmin shutdown -p locate *.MYI cd /your/database/dir myisamchk *.MYI myisamchk -r -q <table_with_problems> myisamchk -r -q searchindex shutdown -r now
Statistics: Posted by ZanyScum — 2025-01-24 22:27 — Replies 17 — Views 1127