hibernate.dialect net.sf.hibernate.dialect.MySQLDialect
#hibernate.connection.driver_class org.gjt.mm.mysql.Driver
hibernate.connection.driver_class com.mysql.jdbc.Driver
hibernate.connection.url jdbc:mysql://localhost/test
hibernate.connection.username [your database user]
hibernate.connection.password [your password]
RisingSun wrote:
Newbee question.
Step 2) edit etc/hibernate.properties, specifying values for your database
If I am using mysql, what do I need to change? (I believe I have to copy the jdbc driver, which is JConnecter3, but what to change in the properties file?)
Thanks in advance!