quoted db password to accept special chars
This commit is contained in:
parent
2a78ded8eb
commit
4ecc172e92
@ -209,7 +209,7 @@ class Installer
|
||||
'DB_PORT' => $port,
|
||||
'DB_DATABASE' => $database,
|
||||
'DB_USERNAME' => $username,
|
||||
'DB_PASSWORD' => $password,
|
||||
'DB_PASSWORD' => '"' . $password . '"',
|
||||
'DB_PREFIX' => $prefix,
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user