The first step is to create a mysql containerdocker exec -it container ID /bin/bash Step 2: Connect to MySQLmysql -uroot -p After entering the password, log in to the MySQL terminal Step 3: Change passwordSET PASSWORD FOR 'root' = PASSWORD('set password'); Step 4: RestartRestart the mysql container docker restart container id Supplement: Docker starts the MySQL container to start the initialization default password problem -e MYSQL_ROOT_PASSWORD docker run -p 3308:3308 --name=mysql -e MYSQL_ROOT_PASSWORD=123456 mysql:5.6 Initializing database [root@localhost mugutu]# docker run -p 3308:3308 --name=mysql -e MYSQL_ROOT_PASSWORD=123456 mysql:5.6 Initializing database 2018-12-02 13:42:53 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2018-12-02 13:42:53 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. 2018-12-02 13:42:53 0 [Note] /usr/sbin/mysqld (mysqld 5.6.41) started as process 32 ... The above is my personal experience. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. If there are any mistakes or incomplete considerations, please feel free to correct me. You may also be interested in:
|
<<: Scoring rules of YSlow, a webpage scoring plugin developed by Yahoo
>>: Use of filter() array filter in JS
Table of contents 1. Write in front 2. Overlay to...
<br />We have always emphasized semantics in...
1. The vertical-align property achieves the follo...
This article shares the specific code of js to im...
mapGetters Helper Function mapGetters helper func...
1. Methods for implementing components:組件名稱首字母必須大...
Table of contents Preface start Preface The defau...
When the front-end and back-end interact, sometim...
1. What is floating? Floating, as the name sugges...
This article shares the specific code of JS canva...
1. Download: http://www.oracle.com/technetwork/ja...
CSS Operations CSS $("").css(name|pro|[...
Table of contents Preface preparation Go! text St...
Table of contents Preface Quick Review: JavaScrip...
Copy code The code is as follows: <html> &l...