Symfony database password using special characters
Solution 1:
Where is your database password? In the app/config/parameters.yml
, right? Did you try to add simple or double quotes before and after your password?
For example:
# This file is auto-generated during the composer install
parameters:
database_driver: pdo_mysql
[...]
database_password: "65RfK_&$+4"