I'm following the tutorial link , to start with Flex and they are Symfony.
The case is that when executing: ./bin/console doctrine:database:create
I returned:
'' '
[Doctrine \ DBAL \ Exception \ ConnectionException]
An exception occured in driver: SQLSTATE [HY000] [1045] Access denied for user 'root' @ 'localhost' (using password: NO)
[Doctrine \ DBAL \ Driver \ PDOException]
SQLSTATE [HY000] [1045] Access denied for user 'root' @ 'localhost' (using password: NO)
[PDOException]
SQLSTATE [HY000] [1045] Access denied for user 'root' @ 'localhost' (using password: NO)
'' '
The fact is that I do not know where I have to indicate the connection values to the bbdd.
Can someone tell me where the connection values of the bbdd are configured?
Thank you.