I use vb.net and mySql database.

From the Server explore, I add connection to my mySql database, the connection is OK, but all the table names are followed by (INFORMATION_SCHEMA), no data in tables at all. And if I drag a table to my windows form to create adapter, I get error too.

Why this? Thanks.