I use a password with a special char and symfony return an error "Malformed parameter "url"."
How can i use this kind of password ? foo?bar
I try with variables like that
DATABASE_USER='foo'
DATABASE_PASSWORD='foo?bar'
DATABASE_URL=mysql://${DATABASE_USER}:${DATABASE_PASSWORD}@100.100.100.100:3306/db
But is not working