Skip to content

Commit 2332f19

Browse files
author
Michel Käser
committed
two small fixes + indentation
1 parent 82e9b9e commit 2332f19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

install/tpl/authmysqlrc.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
MYSQL_SERVER {mysql_server_host}
2-
MYSQL_PORT {mysql_server_port}
32
MYSQL_USERNAME {mysql_server_ispconfig_user}
43
MYSQL_PASSWORD {mysql_server_ispconfig_password}
5-
MYSQL_PORT 0
4+
MYSQL_PORT {mysql_server_port}
65
MYSQL_DATABASE {mysql_server_database}
76
MYSQL_USER_TABLE mail_user
87
MYSQL_CRYPT_PWFIELD password

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ define('DB_CHARSET',$conf['db_charset']);
8383
//** Database settings for the master DB. This setting is only used in multiserver setups
8484
$conf['dbmaster_type'] = 'mysql';
8585
$conf['dbmaster_host'] = '{mysql_master_server_host}';
86-
$conf['dbmaster_host'] = '{mysql_master_server_port}';
86+
$conf['dbmaster_port'] = '{mysql_master_server_port}';
8787
$conf['dbmaster_database'] = '{mysql_master_server_database}';
8888
$conf['dbmaster_user'] = '{mysql_master_server_ispconfig_user}';
8989
$conf['dbmaster_password'] = '{mysql_master_server_ispconfig_password}';

0 commit comments

Comments
 (0)