Skip to content

Conversation

@AbelGuti
Copy link

@AbelGuti AbelGuti commented Sep 6, 2023

No description provided.

ltangvald and others added 30 commits March 4, 2015 09:28
- 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
Added note about bug reporting to README
* Updated to 5.5.44
* Updated to 5.6.25
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
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
ltangvald and others added 26 commits April 22, 2016 11:47
…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.
 Fixing [Bug#81723](https://bugs.mysql.com/bug.php?id=81723): Installing a container with X-Plugin enabled results with an unresponsive server.
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).
@AbelGuti AbelGuti marked this pull request as draft September 6, 2023 22:37
@mysql-oca-bot
Copy link

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/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@mysql-oca-bot
Copy link

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.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants