Cannot Create PoolableConnectionFactory error

Hi,
I am trying to connect to a mySQL database called ‘test’.
When I enter all the details and try connect i keep getting a “Cannot create PoolableConnectionFactory (Unknown database ‘test’)” error.


“test” appears to be a Workbench connection name. That doesn’t necessarily mean that is the DB name within MySQL. Open that connections and browse the DBs.

1 Like

Perfect thanks, just missed one step :neutral_face: