Changeset 4370


Ignore:
Timestamp:
Oct 26, 2012, 11:16:53 AM (11 years ago)
Author:
olle
Message:

Refs #788. Changes the default dialect to org.hibernate.dialect.MySQL5InnoDBDialect in configuration template files client/servlet/conf/proteios.config.in and client/ftpd/conf/ftp.properties.in in order to simplify use of MySQL version 5.5.

Location:
trunk/client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/ftpd/conf/ftp.properties.in

    r2702 r4370  
    2929# MySQL
    3030# -----
    31 db.dialect          = org.hibernate.dialect.MySQLInnoDBDialect
     31db.dialect          = org.hibernate.dialect.MySQL5InnoDBDialect
    3232db.driver           = com.mysql.jdbc.Driver
    3333db.url              = jdbc:mysql://__HOST__/__DATABASE__?characterEncoding=utf8
  • trunk/client/servlet/conf/proteios.config.in

    r3682 r4370  
    2929# MySQL
    3030# -----
    31 db.dialect          = org.hibernate.dialect.MySQLInnoDBDialect
     31db.dialect          = org.hibernate.dialect.MySQL5InnoDBDialect
    3232db.driver           = com.mysql.jdbc.Driver
    3333db.url              = jdbc:mysql://__HOST__/__DATABASE__?characterEncoding=utf8
Note: See TracChangeset for help on using the changeset viewer.