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
1. Time difference functions (TIMESTAMPDIFF, DATE...
1. Official website address The official website ...
Generally speaking, the background color of a web ...
This article example shares the specific code of ...
Table of contents Animation Preview Other UI Libr...
In the previous blog, Xiao Xiong updated the meth...
I plan to realize a series of sticky note walls. ...
Recently I saw an article on a public account tha...
1. Cancel the dotted box when the button is press...
How to make a simple web calculator using HTML, C...
This article example shares the specific code of ...
Problem Description By configuring nginx, you can...
This article describes how to implement coexisten...
Table of contents 1. React combined with Antd to ...
drop procedure sp_name// Before this, I have told...