I am having a problem connecting to MySQl. I created the driver with the same datata that I am using with Hibernate (same class and same jar) and I am using the same url, but I am getting the error
“Unable to create connection. Check your URL.”
With Hibernate, “mysql://localhost/notebook_db” works but not with Eclipse. Neiher does “mysql://localhost”.
Your help will be greatly appreciated,
Alejandro Barrero