I am creating a project of Symfony 2.7
and I would like to change the document parameters.yml
to another host address.
My problem is this: I have worked on a local host with Xampp
and, now, I need to link it to an online hosting. Of course, first I changed the name of the database in parameters.yml
as indicated in the photo.
But symfony
does not look for this value, it takes the previous configuration. When using the doctrine:database:create
command, always use the name of the database that existed before in parameter.yml