aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-07-02 09:47:40 +0200
committersonartech <sonartech@sonarsource.com>2019-07-10 08:36:51 +0200
commit66d4e6772ab7e53be02f8438c69135f632fc7e89 (patch)
tree5b168390ea407bb43242cde8f4523fd9eef8333a /scripts
parentc7e942f280ba9723e93ac9b16a4225f627818fcc (diff)
downloadsonarqube-66d4e6772ab7e53be02f8438c69135f632fc7e89.tar.gz
sonarqube-66d4e6772ab7e53be02f8438c69135f632fc7e89.zip
SONAR-12246 Remove unused mysql files
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/patches/mysql.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/patches/mysql.sh b/scripts/patches/mysql.sh
deleted file mode 100755
index ce0f260d615..00000000000
--- a/scripts/patches/mysql.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-set -euo pipefail
-
-source scripts/property_utils.sh
-
-SQ_HOME=$1
-
-echo "configuring mysql"
-set_property sonar.jdbc.url "jdbc:mysql://localhost:3306/sonarqube?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance" "$SQ_HOME/conf/sonar.properties"
-set_property sonar.jdbc.username sonarqube "$SQ_HOME/conf/sonar.properties"
-set_property sonar.jdbc.password sonarqube "$SQ_HOME/conf/sonar.properties"