I used the following command to create databases.yml and update my propel.ini:
./symfony config:database mysql://icaatom_admin:blahblah@localhost/icaatom_translate
The propel.ini it updated works and I successfully called:
./symfony propel:insert-sql
- however I got:
[wrapped: access violation [Native Error: Access denied for user 'icaatom_admin'@'localhost' to database 'icaatom_translate _'] [User Info: Array]]
- trying to access the database. The generated databases.yml is attached.
When I replaced the databases.yml with a manually edited configuration, this error disappeared and I was able to connect to the database.
Thanks, Jack