We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: