Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

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.

Score of -1
0 answers
41 views

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 ...