Table test.no_such_table doesn't exist

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

Best Regards,
Kelly
Who knows how to help me?
Hi,

you must have written some create table command... can you show us? and are new tables that are created showing same error?

PS: this is C++ form and not for mySQL

PPS: better edit your topic and move it to lounge section
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.

Best Regards,
Andre Scott
Greetings
just wanted to say thank you for taking the time to help me about fixing this!
Did your SQL problem resolved? what did you do?
Topic archived. No new replies allowed.