We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75647cf + 73e02b6 commit 443b0afCopy full SHA for 443b0af
1 file changed
files/startService.sh
@@ -4,6 +4,8 @@ cd `dirname $0`
4
5
# export the libraries required for the service start
6
export LD_LIBRARY_PATH="$(pwd)/lib"
7
+export MARIADB_PLUGIN_DIR="$(pwd)/lib"
8
+export MARIADB_TLS_DISABLE_PEER_VERIFICATION=1
9
10
ConfigureFlag="wsc_start_configured"
11
if [ ! -e "$(pwd)/${ConfigureFlag}" ]; then
0 commit comments