Docker install MySQL
Install
1. Download MySQL
1 |
|
2. Create an instance and start
1 |
|
3. View running containers
1 |
|
Configure
1. Enter the directory
1 |
|
2. Open file
1 |
|
3. Enter the following
1 |
|
:wq
save and quit
4. The container runs automatically with docker startup
1 |
|
5. Restart
1 |
|
Docker install MySQL
https://www.hardyhu.cn/2022/01/23/Docker-install-MySQL/