A
A
Andrey2018-04-11 22:22:59
MySQL
Andrey, 2018-04-11 22:22:59

Why does mysql.data.mysqlclient.mysqlexception 0x80004005 table 'xxx.xxx' doesn't exist error occur?

Good evening everyone!
Dear experts, tell me why this error occurs:

mysql.data.mysqlclient.mysqlexception 0x80004005 table 'xxx.xxx' doesn't exist
?
While writing, the base was on the local server. And now it's time for testing, I switched to a working server and I get this error :(
There is a connection to the server, the user and password are correct. SQLyog connects to the database under this account.
Advise something, I have already re-read everything and tried everything ... probably...
PS Application on C# WPF.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lazy @BojackHorseman MySQL, 2018-04-11
@andrey71

you connected to the server, and the schema with the same name and the table in it with the same name exist? does your user have rights to work with them?

use <schemaname>;
show tables like '<tablename>';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question