Browse Source

Remove the unsupported "mysql 6.x" from sonar.properties

tags/3.5
Simon Brandhof 11 years ago
parent
commit
c67125eb4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sonar-application/src/main/assembly/conf/sonar.properties

+ 1
- 1
sonar-application/src/main/assembly/conf/sonar.properties View File

@@ -55,7 +55,7 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
#sonar.embeddedDatabase.port: 9092


#----- MySQL 5.x/6.x
#----- MySQL 5.x
# Comment the embedded database and uncomment the following line to use MySQL
#sonar.jdbc.url: jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true


Loading…
Cancel
Save