Expert |
|
Joined: Mon Jan 09, 2006 5:01 pm Posts: 311 Location: Sacramento, CA
|
in your hibernate.properties make sure you have defined it with the MYSQL driver similar to this:
hibernate.dialect org.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class com.mysql.jdbc.Driver
hibernate.connection.url jdbc:mysql:///db1
hibernate.connection.username bob
hibernate.connection.password secret
and make sure the hibernate.properties is in your classpath, as well as the jar file to the mysql driver.
_________________ -JT
If you find my replies helpful, please rate by clicking 'Y' on them. I appreciate it.
|
|