Hello everyone. Please help me to solve my problem with MySQL.
I get mysql error message: Table test.no_such_table doesn't exist
How to stop it?
Please suggest me how to fix mysql
Kelly,
This error can occur when setting lower_case_table_names to 1, and then trying to access tables that were created with the default value for that variable. In that case you can revert it to the previous value and you will be able to read the table. If it useless you can try Fix Toolbox for MySQL.
See more https://www.fixtoolbox.com/repairtoolformysql.html
There are Screenshots.They can help you to use a program correctly.