MySQL connection failed

Hi,

I am trying to connect to a MySQL DB but I get this error message

Cannot create PoolableConnectionFactory (Unknown database 'test')

I have tried uninstalling both ignition and MySQL and installing them again and updating the JDBC

I have previously connected the same version of MySQL with the same version of ignition

If any one can help I would appreciate it

I would like to know what are getting in log.
Can you post log

Does the db have a schema called test? It's saying there is not.

2 Likes

I manually created a new schema named "test" and it worked well

Thank you