diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 12:12:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 12:12:42 +0100 |
commit | c67125eb4e5df5279fe5f9dae829be11e2249e0b (patch) | |
tree | d5d91c61875ce6234dc20560225b09e6d43f4183 /sonar-application | |
parent | 3c6f362951f1640fadcafa602c50ab59fa0d2203 (diff) | |
download | sonarqube-c67125eb4e5df5279fe5f9dae829be11e2249e0b.tar.gz sonarqube-c67125eb4e5df5279fe5f9dae829be11e2249e0b.zip |
Remove the unsupported "mysql 6.x" from sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 381505f5b8f..11f0859b6c6 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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 |