Fix a few minor issues with docker-entrypoint.sh for 8.0.11#406
Merged
tianon merged 1 commit intodocker-library:masterfrom Apr 19, 2018
Merged
Fix a few minor issues with docker-entrypoint.sh for 8.0.11#406tianon merged 1 commit intodocker-library:masterfrom
tianon merged 1 commit intodocker-library:masterfrom
Conversation
Member
Author
|
Here's an example of output from |
tianon
commented
Apr 19, 2018
| SET @@SESSION.SQL_LOG_BIN=0; | ||
|
|
||
| SET PASSWORD FOR 'root'@'localhost'=PASSWORD('${MYSQL_ROOT_PASSWORD}') ; | ||
| ALTER USER 'root'@'localhost' IDENTIFIED BY '${MYSQL_ROOT_PASSWORD}' ; |
Member
Author
There was a problem hiding this comment.
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-11.html#mysqld-8-0-11-deprecation-removal
The
PASSWORD()function. Additionally,PASSWORD()removal means thatSET PASSWORD ... = PASSWORD('auth_string')syntax is no longer available.
Member
Author
There was a problem hiding this comment.
(Using ALTER USER instead is what's done in mysql/mysql-server: https://github.com/mysql/mysql-docker/blob/6c4a6defc2f74a0b4b5eb54847f849463b92d5bb/8.0/docker-entrypoint.sh#L111)
Member
Author
|
8.0 is green, the rest of the Travis builds are unrelated (transitory) failures 👍 |
tianon
added a commit
to infosiftr/mariadb
that referenced
this pull request
Nov 12, 2018
This ports docker-library/mysql#406 over, which fixes 10.4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.