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.
1 parent 131c0da commit ed1abcbCopy full SHA for ed1abcb
scripts/installation/mariadb.sh
@@ -12,7 +12,7 @@ ONEX_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
12
[[ -z ${COMMON_SOURCED} ]] && source ${ONEX_ROOT}/scripts/installation/common.sh
13
# Set some environment variables.
14
ONEX_MYSQL_HOST=${ONEX_MYSQL_HOST:-127.0.0.1}
15
-ONEX_MYSQL_PORT=${ONEX_MYSQL_PORT:-6379}
+ONEX_MYSQL_PORT=${ONEX_MYSQL_PORT:-3306}
16
ONEX_PASSWORD=${ONEX_PASSWORD:-onex(#)666}
17
18
# Install mariadb using containerization.
0 commit comments