Skip to content

Commit 443b0af

Browse files
Merge pull request #82 from WebSpellChecker/add_mariadb_auth_plugin
WP-6847: Add mariadb auth plugin to connect to 8.1+ MySQL server
2 parents 75647cf + 73e02b6 commit 443b0af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

files/startService.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cd `dirname $0`
44

55
# export the libraries required for the service start
66
export LD_LIBRARY_PATH="$(pwd)/lib"
7+
export MARIADB_PLUGIN_DIR="$(pwd)/lib"
8+
export MARIADB_TLS_DISABLE_PEER_VERIFICATION=1
79

810
ConfigureFlag="wsc_start_configured"
911
if [ ! -e "$(pwd)/${ConfigureFlag}" ]; then

0 commit comments

Comments
 (0)