How to create a mysql client based on docker to connect to the specified server
docker run -it --rm mysql:5.7.28 mysql --host=192.168.1.131 --port=3306 --user=root --password=Gah6kuP7ohfio4
How to create a mysql client based on docker to connect to the specified server
docker run -it --rm mysql:5.7.28 mysql --host=192.168.1.131 --port=3306 --user=root --password=Gah6kuP7ohfio4
© 著作权归作者所有