telosystools

Open full view…

No schema

amoldadas
Sun, 09 Dec 2018 10:28:33 GMT

Getting No Schema message for MySQL server C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -V mysql Ver 14.14 Distrib 5.7.24, for Win64 (x86_64), even though I could test connection successfully

Telosys Team
Thu, 03 Jan 2019 17:05:14 GMT

I suppose it occurs when you try to get the schemas. It's probably not an error, it just means that no schema can be retrieved via JDBC metadata for your current user. Can you get the tables with your connection without schema ? (in the database configuration you can try 'schema="!" ' for 'null' )