当前位置:网站首页>docker mysql
docker mysql
2022-07-02 14:12:00 【hello_ zzw】
# lower_case_table_names=1 Table names are case insensitive
sudo docker run -p 3306:3306 --name mysql -v /root/mysql/conf:/etc/mysql -v /root/mysql/logs:/var/log/mysql -v /root/mysql/data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=123456 -d mysql:5.7 --lower_case_table_names=1
边栏推荐
- Characteristics of selenium
- uniapp小程序 subPackages分包配置
- How kaggle uses utility script
- The xftp connection Haikang camera reported an error: the SFTP subsystem application has been rejected. Please ensure that the SFTP subsystem settings of the SSH connection are valid
- Just 1000 fans, record it
- In 2021, the global styrene butadiene styrene (SBS) revenue was about $3722.7 million, and it is expected to reach $5679.6 million in 2028
- [deep learning] simple implementation of neural network forward propagation
- Subcontracting configuration of uniapp applet subpackages
- [document tree, setting] font becomes smaller
- [template] longest common subsequence ([DP or greedy] board)
猜你喜欢
Do you know that there is an upper limit on the size of Oracle data files?
Simple introduction to ENSP
使用BLoC 构建 Flutter的页面实例
万物生长大会在杭召开,当贝入选2022中国未来独角兽TOP100榜单
PyQt5_ Qscrollarea content is saved as a picture
Design of non main lamp: how to make intelligent lighting more "intelligent"?
Origin绘制热重TG和微分热重DTG曲线
kaggle如何使用utility script
The conference on the growth of all things was held in Hangzhou, and dangbei was selected into the top 100 list of future unicorns in China in 2022
Getting started with QT - making a simple calculator
随机推荐
How to set QT manual layout
Design of non main lamp: how to make intelligent lighting more "intelligent"?
BeanUtils--浅拷贝--实例/原理
Codeforces Round #803 (Div. 2)(A~D)
P1347 sorting (topology + SPFA judgment ring or topology [inner judgment ring])
In 2021, the global revenue of structural bolts was about $796.4 million, and it is expected to reach $1097.6 million in 2028
[development environment] 010 editor tool (tool download | binary file analysis template template installation | shortcut key viewing and setting)
【模板】最长公共子序列 (【DP or 贪心】板子)
P1042 [noip2003 popularization group] Table Tennis
Sum of the first n terms of Fibonacci (fast power of matrix)
Origin绘制热重TG和微分热重DTG曲线
Getting started with QT - making a simple calculator
rxjs Observable 自定义 Operator 的开发技巧
ensp简单入门
Error: eacces: permission denied, access to "/usr/lib/node_modules"
P1042 [NOIP2003 普及组] 乒乓球
Systemserver process
[usaco05jan]watchcow s (Euler loop)
Common options of tcpdump command: Three
[deep learning] simple implementation of neural network forward propagation