issue. escape '$' when assign db password
-
I used a random password generator for my sql password, and it has a ‘$’ character in it.
Duplicator copied an incorrect password into wp-config file on line 55.
define('DB_PASSWORD', '2R]{*l4fJR');
the actual password was of the form: 2R]{*l4fJ$4R
I replicated the defect with the same password twice, including export using duplicator and import.
clearly, I changed the actual password to something of a similar form. If you can’t replicate the error let me know, and I’ll send you the actual password.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘issue. escape '$' when assign db password’ is closed to new replies.