Skip to content

Commit 2b97ab9

Browse files
sirainencmouse
authored andcommitted
upgrade: Fix mysql pass setting to password
1 parent d8509f2 commit 2b97ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installation/upgrade/include/2.4-external-configs.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ password_query = SELECT password FROM users WHERE user = '%u'
2222
# Use these mysql settings globally. These could be also inside passdb sql {}
2323
mysql 127.0.0.1 {
2424
user = mysql_user
25-
pass = mysql_pass
25+
password = mysql_pass
2626
}
2727
sql_driver = mysql
2828

0 commit comments

Comments
 (0)