-
Notifications
You must be signed in to change notification settings - Fork 583
test #26
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
test #26
Conversation
- File with root password in plaintext was readable from database the first time server was run
* Removed hardcoded path from my_print_defaults command * Moved command for setting datadir ownership to before server is started Conflicts: 5.5/docker-entrypoint.sh 5.7/docker-entrypoint.sh
- Check presence of pid-file instead of socket to see if server has shut down
Signed-off-by: Roberto Polli <[email protected]>
fix issue with fabric: http://bugs.mysql.com/bug.php?id=72281
Added note about bug reporting to README
* Updated to 5.5.44 * Updated to 5.6.25
…se help output to get datadir
Config changes will instead be included in .rpm package Conflicts: 5.5/Dockerfile 5.5/docker-entrypoint.sh 5.6/Dockerfile 5.6/docker-entrypoint.sh 5.7/Dockerfile 5.7/docker-entrypoint.sh generate-stackbrew-library.sh
- Script was applying -p even if MYSQL_ROOT_PASSWORD wasn't set, causing init to fail
…into mysql-server
The option was added as a workaround for a server bug that caused file locks in datadir when mysqld --verbose --help is run. The bug has been fixed, so the workaround is no longer needed
Adds --log-bin-index option to --verbose --help command to prevent errors when binary logging is enabled
* Added option for randomly generated root password * Added option to immediately expire root password
…er-id on command line Temporary starting of server did not include command line options, only config file. Changed to use the same command server is started with after init
Fixing [Bug#81723](https://bugs.mysql.com/bug.php?id=81723): Installing a container with X-Plugin enabled results with an unresponsive server.
Fix for bug#81723
Revert "Fix for bug#81723"
Fixing [Bug#81723](https://bugs.mysql.com/bug.php?id=81723): Installing a container with X-Plugin enabled results with an unresponsive server.
…ors and notify user.
…upgrades in the future
The root user was created as @'%'. If the user opens the Docker network to the outside, this would allow connections to root from any host. * By default, root will only allow access from localhost (this means users have to use the docker exec command to connect to root) * We also add the environment variable MYSQL_ROOT_HOST, which if set will create a second root account for this host (e.g 172.17.0.1 for the standard Docker gateway).
|
Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/ |
|
Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed. |
No description provided.