1. Download the accelerated version of msyql docker pull hub.c.163.com/library/mysql:5.7 2. Name Change docker tag hub.c.163.com/library/mysql:5.7 mysql:5.7 3. Start docker run -it --rm --name mysql -e MYSQL_ROOT_PASSWORD=123456 -p 3306:3306 -d mysql 4. Set up mysql remote login docker exec -it mysql bash mysql -uroot -p123456 ALTER user 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123456'; Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: Detailed explanation of Java calling ffmpeg to convert video format to flv
>>: Detailed explanation of the use of Refs in React's three major attributes
Please handle basic operations such as connecting...
Four practical vue custom instructions 1. v-drag ...
<br />The solution steps are as follows: Sta...
Table of contents 1. How the Bootstrap grid syste...
Main library configuration 1. Configure mysql vim...
Table of contents Uncontrolled components Control...
This article example shares the specific code of ...
During the Olympic Games, IE 8 Beta 2 will be rele...
Recently, I needed to test the zoom video confere...
Transactions in MySQL are automatically committed...
This article example shares the specific code of ...
Implementation ideas: First of all, the alarm inf...
1. Introduction Is it considered rehashing old st...
Related articles: Beginners learn some HTML tags ...
Database SQL optimization is a common problem. Wh...