problem TO ACCESS tables in mysql

I' am connecting to Mysql database on Server Version: 5.7.30-0ubuntu0.18.04.1
and for some tables work fine and others responde me ... table databasename.xxxxx dos not exist
the connection string is :
Driver={MySQL ODBC 5.3 ANSI Driver};Server=xx.xx.xxx.xx;User ID=root;Password=pass123;Database=Db_Pappas;OPTION=165932;
please help me

0 answers