handle_domain_on_webserver.sh: change default MySQL credentials.
This commit is contained in:
@ -110,10 +110,11 @@ DNS_MASTER_SERVER=""
|
||||
# - $ mysql --login-path=local ...
|
||||
# -
|
||||
# - Example
|
||||
# - mysql_credential_args="--login-path=local"
|
||||
# - mysql_credential_args="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
|
||||
# - mysql_credential_args="--defaults-file=/usr/local/mysql/sys-maint.cnf"
|
||||
# - MYSQL_CREDENTIAL_ARGS="--login-path=local"
|
||||
# - MYSQL_CREDENTIAL_ARGS="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
|
||||
# - MYSQL_CREDENTIAL_ARGS="--defaults-file=/usr/local/mysql/sys-maint.cnf"
|
||||
# - MYSQL_CREDENTIAL_ARGS="-u root -S /run/mysqld/mysqld.sock"
|
||||
# -
|
||||
# - Defaults to '--login-path=local'
|
||||
# - Defaults to '-u root -S /run/mysqld/mysqld.sock'
|
||||
# -
|
||||
#MYSQL_CREDENTIAL_ARGS="--login-path=local"
|
||||
#MYSQL_CREDENTIAL_ARGS="-u root -S /run/mysqld/mysqld.sock"
|
||||
|
Reference in New Issue
Block a user