当前位置:网站首页>Docker install MySQL
Docker install MySQL
2022-07-03 02:57:00 【Play code】
1. Enter the command sudo docker pull mysql:5.7, Start the download mysql5.7
2. Enter the command sudo docker images Look at the mirror image
3. Create an instance and start
sudo docker run -p 3306:3306 --name mysql \
-v /mydata/mysql/log:/var/log/mysql \
-v /mydata/mysql/data:/var/lib/mysql \
-v /mydata/mysql/conf:/ect/mysql \
-e MYSQL_ROOT_PASSWORD=root \
-d mysql:5.7
4. Input docker ps Command to view startup information
Use MySQL Connection tool , It can also be connected normally .
边栏推荐
- Segmentation fault occurs during VFORK execution
- TCP handshake three times and wave four times. Why does TCP need handshake three times and wave four times? TCP connection establishes a failure processing mechanism
- Informatics Olympiad one general question bank 1006 a+b questions
- open file in 'w' mode: IOError: [Errno 2] No such file or directory
- Practice of traffic recording and playback in vivo
- Cron表达式介绍
- I2C 子系统(一):I2C spec
- Wechat - developed by wechat official account Net core access
- sql server数据库添加 mdf数据库文件,遇到的报错
- How to implement append in tensor
猜你喜欢
Your family must be very poor if you fight like this!
Creation and destruction of function stack frame
Kubernetes family container housekeeper pod online Q & A?
I2C subsystem (III): I2C driver
[fluent] listview list (map method description of list set | vertical list | horizontal list | code example)
Deep Reinforcement Learning for Intelligent Transportation Systems: A Survey 论文阅读笔记
I2C subsystem (IV): I2C debug
From C to capable -- use the pointer as a function parameter to find out whether the string is a palindrome character
Error when installing MySQL in Linux: starting mysql The server quit without updating PID file ([FAILED]al/mysql/data/l.pid
左连接,内连接
随机推荐
How to use asp Net MVC identity 2 change password authentication- How To Change Password Validation in ASP. Net MVC Identity 2?
I2C 子系统(三):I2C Driver
当lambda没有输入时,是何含义?
Opengauss database development and debugging tool guide
Matlab tips (24) RBF, GRNN, PNN neural network
How to select the minimum and maximum values of columns in the data table- How to select min and max values of a column in a datatable?
How to return ordered keys after counter counts the quantity
What does "where 1=1" mean
SQL server queries the table structure of the specified table
用docker 連接mysql的過程
Three.js本地环境搭建
Distributed transaction
HTB-Devel
Do you really understand relays?
Kubernetes cluster log and efk architecture log scheme
【富瀚6630编码存录像,用rtsp服务器及时间戳同步实现vlc观看录像】
Cancer biopsy instruments and kits - market status and future development trends
左连接,内连接
Yiwen takes you to know ZigBee
JS finds all the parent nodes or child nodes under a node according to the tree structure