Skip to content

Commit 96b716b

Browse files
committed
Logs Mysql host and client host value
1 parent e9a4a2f commit 96b716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/site/create/ee_mod_setup_database.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function ee_mod_setup_database()
5151
fi
5252

5353
# Create MySQL database
54-
echo -e "EE_DB_NAME = $EE_DB_NAME \nEE_DB_USER = $EE_DB_USER \nEE_DB_PASS = $EE_DB_PASS" &>> $EE_COMMAND_LOG
54+
echo -e "EE_DB_NAME = $EE_DB_NAME \nEE_DB_USER = $EE_DB_USER \nEE_DB_PASS = $EE_DB_PASS \nEE_MYSQL_HOST = $EE_MYSQL_HOST \nEE_MYSQL_CLIENT_HOST = $EE_MYSQL_CLIENT_HOST" &>> $EE_COMMAND_LOG
5555
mysql -e "create database \`$EE_DB_NAME\`" \
5656
|| ee_lib_error "Unable to create $EE_DB_NAME database, exit status = " $?
5757

0 commit comments

Comments
 (0)