Salome HOME
updated README
[tools/siman.git] / Workspace / Siman-WS / conf / debug.properties
index e8466835f8eb437087faed838c20e5200f72d1fd..997c048b8bae6569d50f44e284fc6219cddc5b4b 100644 (file)
@@ -1,12 +1,12 @@
 # Connection properties
-connection.url=jdbc:postgresql://localhost:5432/simer
+connection.url=jdbc:mysql://localhost/simer
 connection.username=simer
 connection.password=admin
-connection.driver_class=org.postgresql.Driver
+connection.driver_class=com.mysql.jdbc.Driver
 
 # Hibernate config
 hibernate.hbm2ddl.auto=update
-hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
+hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
 hibernate.current_session_context_class=thread
 
 # Log properties