Low Memory MySQL v8
This Repo is a fork from low-memory-mysql repository.
In this repo we change the config file to be ready for mysql 8 and we created a docker image based on mysql 8.
you can access our docker image by running:
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d ariaieboy/low-memory-mysql8:latest
For more information about the docker image, please visit official mysql docker page
here is a difference between the official docker image and this docker image:
both containers runned with the same command and with same base mysql version 8.0.27