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
Table of contents Add Configuration json configur...
1. Development environment vue 2. Computer system...
Red and pink, and their hexadecimal codes. #99003...
Table of contents Preface interface type Appendix...
Table of contents Preface 1. Null coalescing oper...
1. Dashed box when cancel button is pressed <br...
CSS media query has a very convenient aspect rati...
1. Overview This article systematically explains ...
Responsive layout systems are already very common...
Preface How to write efficient SQL statements is ...
Prerequisites A cloud server (centOS of Alibaba C...
Uses of new The function of new is to create an i...
It is standard for websites to enable SSL nowaday...
1. Background Buttons are very commonly used, and...
Hello everyone, I am Tony, a teacher who only tal...