当前位置:网站首页>docker安装mysql
docker安装mysql
2022-06-30 20:33:00 【塔塔塔塔塔塔y】
不指定版本号,默认下载最新版本:
docker pull mysql
指定版本号
docker pull mysql:5.7
镜像拉取完成后,用该镜像创建mysql实例,使用下面的命令来创建
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:/etc/mysql \
-e MYSQL_ROOT_PASSWORD=root \
-d mysql:5.7
配置端口映射:
-p 3306:3306 --name mysql
将容器的3306端口映射到主机的3306端口
配置mysql数据卷挂载
1.-v /mydata/mysql/log:/var/log/mysql(日志文件挂载)
将容器中的日志文件夹挂载到主机对应的/var/log/mysql文件夹中
2.-v /mydata/mysql/data:/var/lib/mysql(数据文件挂载)
将容器中的数据文件夹挂载到主机对应的/var/lib/mysql文件夹中
3.-v /mydata/mysql/conf:/etc/mysql(配置文件挂载)
将容器的配置文件夹挂载到主机对应的/etc/mysql文件夹中
配置用户
-e MYSQL_ROOT_PASSWORD=root
设置初始化root用户的密码
指定镜像资源
-d mysql:5.7
-d:以后台方式运行实例
mysql:5.7:指定用这个镜像来创建运行实例
创建成功后使用下面命令查看下创建好的mysql实例:
docker ps -a
边栏推荐
- B_QuRT_User_Guide(34)
- 北京大学ACM Problems 1006:Biorhythms
- Lumiprobe染料酰肼丨BDP FL 酰肼方案
- 19.04 distributor
- Study on lumiprobe dye NHS ester BDP FL NHS ester
- MFC界面库BCGControlBar v33.0 - 桌面警报窗口、网格控件升级等
- 转:用实际行动赢得别人追随
- Playwright - scroll bar operation
- Lingyun going to sea | 10 leap &huawei cloud: jointly helping Africa with inclusive financial services
- 阿里kube-eventer mysql sink简单使用记录
猜你喜欢

A complete collection of vulnerability scanning tools. Mom doesn't have to worry that I won't find any more vulnerabilities

Web APIs 综合案例-Tab栏切换 丨黑马程序员

B_QuRT_User_Guide(31)

NLP paper lead reading | what about the degradation of text generation model? Simctg tells you the answer

MySQL introduction, detailed installation steps and usage | dark horse programmer

Evolution of screen display technology

Lumiprobe 聚乙二醇化和 PEG 接头丨碘-PEG3-酸研究

Study on lumiprobe modified triphosphate biotin-11-utp

SQL优化

Is the project manager a leader? Can you criticize and blame members?
随机推荐
Jerry's touch key recognition process [chapter]
Lumiprobe 改性三磷酸盐丨生物素-11-UTP研究
偏向锁/轻量锁/重级锁锁锁更健康,上锁解锁到底是怎么完成实现的
Lumiprobe protein quantitation - qudye Protein Quantitation Kit
PM reports work like this, and the boss is willing to give you a raise
Jerry's question about long press boot detection [chapter]
Wechat applet development practice cloud music
Peking University ACM problems 1001:exposition
Web APIs 综合案例-Tab栏切换 丨黑马程序员
【微服务~Nacos】Nacos之配置中心
动态样式绑定--style 和 class
Study on lumiprobe dye NHS ester BDP FL NHS ester
北京大学ACM Problems 1002:487-3279
Qt和其它GUI库的对比
Jerry's touch key recognition process [chapter]
obsidian配合hugo的使用,让markdown本地编辑软件与在线化无缝衔接
NLP paper lead reading | what about the degradation of text generation model? Simctg tells you the answer
Testing principle and precautions of biovendor rage ELISA Kit
How can I get the stock account opening discount link? In addition, is it safe to open a mobile account?
北京大学ACM Problems 1006:Biorhythms