Questions tagged [mysql]
MySQL 8.0 is End Of Life on April 30, 2025. MySQL is an open-source database owned by Oracle. ServerFault topics include how to run the server. For more MySQL specific questions like backup/restore/recovery/configuration, dba.stackexchange.com is probably a better home.
1 questions from the last 30 days
Score of -1
0 answers
41 views
What Could Cause an InnoDB .frm and .ibd File Mismatch [closed]
On June 3rd we noticed that one of our tables was not showing up in SHOW TABLES, but a direct SELECT * FROM table_name returned data normally.
When we ran FLUSH TABLES the select command stopped ...