-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
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
Database access denied #10
Comments
If you use the default settings, does it work or not?
…On Thu, Dec 21, 2017 at 7:36 AM, Anderson Antonio Lopes Rodrigues < ***@***.***> wrote:
Hi Alex!
I changed the configurations on env file, but when i execute the command
"docker exec", i receive the message "Access denied for user 'magento'@
'dockermagento2_web_1.dockermagento2_default' (using password: YES)".
I am a newbie on docker universe, and the solution can be simple, but i
can't see this solution.
Best regards!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABHgEPPq7Zx7xbI94VfNgz_bf3rm6vspks5tCVObgaJpZM4RIy-D>
.
--
Regards
Alex Cheng
|
Hi Alex! With MySQL default settings, it's worked! Best Regards! |
That may be a bug. Honestly, I never tested the case of using other
password.
…On 22 Dec 2017 03:14, "Anderson Antonio Lopes Rodrigues" < ***@***.***> wrote:
Hi Alex!
With MySQL default settings, it's worked!
Best Regards!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHgEG4QpN4AVXqnrPOk5tbBxwBjiSBPks5tCme6gaJpZM4RIy-D>
.
|
It's happens, do not worry. I'll use it for a proof of concept. |
The problem is in the MySQL docker container. Its init script doesn't create the db user when the data directory exists. So if you have started the container using the default password, even after you changed the password settings in the |
Is there a docker command to remove all volumes at once ? |
Hi Alex!
I changed the configurations on env file, but when i execute the command "docker exec", i receive the message "Access denied for user 'magento'@'dockermagento2_web_1.dockermagento2_default' (using password: YES)".
I am a newbie on docker universe, and the solution can be simple, but i can't see this solution.
Best regards!
The text was updated successfully, but these errors were encountered: