upgrade_roundcube.sh: Add missing default values for MySQL credentials.
This commit is contained in:
parent
38c2c17114
commit
084956ef17
@ -134,6 +134,8 @@ fi
|
|||||||
DEFAULT_DB_HOST="localhost"
|
DEFAULT_DB_HOST="localhost"
|
||||||
DEFAULT_DB_NAME="roundcubemail"
|
DEFAULT_DB_NAME="roundcubemail"
|
||||||
DEFAULT_DB_USER="roundcube"
|
DEFAULT_DB_USER="roundcube"
|
||||||
|
DEFAULT_DEBIAN_MYSQL_CREDENTIALS="--defaults-file=/etc/mysql/debian.cnf"
|
||||||
|
DEFAULT_MYSQL_CREDENTIALS="--defaults-file=/usr/local/mysql/sys-maint.cnf"
|
||||||
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user