marello-application
marello-application copied to clipboard
getting issue of mysql connection error
hello,
i am getting mysql connection error while doing this step: php bin/console oro:install --env prod
also able to try to connect database from backend command line but it seems working fine.

OS used is ubuntu 18.
config file screenshot,
can you please let me know how to debug or fix this.
thanks
Hi @sachinbanugariya,
Seems like either the username/password combination is not valid or the user doesn't have the necessary permissions (https://dev.mysql.com/doc/refman/5.7/en/problems-connecting.html), might help in that regard.
Hoep this helps!
Jaimy