I am using a MySQL database and I have configured a connection profile using the same URL, driver, username, and password which I use for my Hibernate connections. Unfortunately when I try to open the DB Explorer the connection fails with an error telling me
Error while trying to login to database:
Access denied for user ‘admin@localhost’ (using password: YES)
Can anyone suggest where I should look for further information as to why this isn’t working?
This username/password works fine when I use it with Hibernate in hibernate.properties, and I can open a MySQL console window using the username/password as well. I am using the same URL and driver specified in hibernate.properties as well, so I don’t see where it is that I’m going wrong.
Thanks in advance for any suggestions.
–James