From 66d4e6772ab7e53be02f8438c69135f632fc7e89 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 2 Jul 2019 09:47:40 +0200 Subject: SONAR-12246 Remove unused mysql files --- scripts/patches/mysql.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 scripts/patches/mysql.sh (limited to 'scripts/patches') 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" -- cgit v1.2.3