Skip to content

Commit 2e77655

Browse files
committed
Added quotes around the MySQL password to prevent bad installs when non-alphanum passwords are used.
1 parent 2afce8e commit 2e77655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protected/install/config.ini.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
db.adapter=PDO_MYSQL
55
db.host=[:mysql_host]
66
db.username=[:mysql_username]
7-
db.password=[:mysql_password]
7+
db.password="[:mysql_password]"
88
db.dbname=[:mysql_database]
99

1010
;Security

0 commit comments

Comments
 (0)