Re: [sqlalchemy] Sqlalchemy is showing the wrong database tables

2017-03-01 Thread mike bayer
try running the MySQL command line client: mysql -u root -h localhost salestax then do "show tables". that will show you what tables are in the "salestax" database. On 03/01/2017 08:31 PM, Wilfredo Rivera wrote: I am trying to connect to MySQL database with sqlalchemy. The

[sqlalchemy] Sqlalchemy is showing the wrong database tables

2017-03-01 Thread Wilfredo Rivera
I am trying to connect to MySQL database with sqlalchemy. The connection is succesful, but when I query the tables of the database it shows me the wrong tables. The tables that the script shows are the ones that I see in the MySQL for Excel extension, but not the one that is in database that