Closed marcoXbresciani closed 4 years ago
There's a message that seems to indicate that you are not using the correct driver
"Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class is
com.mysql.cj.jdbc.Driver'. "
Try to use "com.mysql.cj.jdbc.Driver" ( https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-api-changes.html )
To verify that Telosys retrieves the JDBC metadata, use the command "cdb -t" (it shows the tables) "cdb -c" (it shows the columns)
Having hopefully configured everything properly, it seems that ndbm cannot find any table in my DB.
The cdb command works properly.
Am I missing something in the configuration?