hey i am working on form using the tutorial http://symfony.com/doc/current/book/forms.html
I have created a simple form and configured the data in parameter.ini as follow:
database_driver = pdo_mysql
database_host = localhost
database_port =
database_name = symfony
database_user = root
database_password = 123456
when i am running in local host then i am getting the following error:
Connection refused
500 Internal Server Error - ConnectionException
why this is here ?
Did you run the console commands to build your schema, create the database and tables?
The task
should run or give you a detailed error message on the console.