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 cfd4bb9 commit 738f820Copy full SHA for 738f820
entrypoint_scripts/common/dojo-shared-resources.sh
@@ -262,7 +262,7 @@ function ensure_mysql_application_db() {
262
fi
263
else
264
# Set the root password for mysql - install has it blank
265
- mysql -uroot -e "SET PASSWORD = PASSWORD('${SQLPW}');"
+ mysql -uroot -e "SET PASSWORD = PASSWORD('${SQLPWD}');"
266
267
if mysqladmin --protocol=TCP --host="$SQLHOST" --port="$SQLPORT" --user="$SQLUSER" --password="$SQLPWD" create $DBNAME; then
268
echo "Created database $DBNAME."
0 commit comments