You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql_1 | MySQL init process in progress...
mysql_1 | 2018-09-13T02:53:44.017882Z 29 [Note] Access denied for user 'root'@'localhost' (using password: YES)
mysql_1 | MySQL init process in progress...
mysql_1 | 2018-09-13T02:53:45.025505Z 30 [Note] Access denied for user 'root'@'localhost' (using password: YES)
mysql_1 | MySQL init process in progress...
mysql_1 | 2018-09-13T02:53:46.032175Z 31 [Note] Access denied for user 'root'@'localhost' (using password: YES)
mysql_1 | MySQL init process in progress...
mysql_1 | MySQL init process failed.
This should be fixed by pr #471 at least, but that may take some time.
As a workaround, maybe you can use a user initiated by MYSQL_USER instead?
If you supply MYSQL_USER, MYSQL_PASSWORD and MYSQL_DATABASE, the container will automatically create a user with that password that has full access to MYSQL_DATABASE
If mysql
.cnf
is added when container starts, and it has a[client]
section, incorrect password will be used in the init script.then init will fail like this:
We should probably explicitly use password here:
mysql/5.7/docker-entrypoint.sh
Line 123 in b39f1e5
The text was updated successfully, but these errors were encountered: