当前位置:网站首页>After docker is deployed, mysql cannot connect
After docker is deployed, mysql cannot connect
2022-08-05 06:45:00 【User Nickname 23】
1. Create instance command
docker run -id --name=c_mysql -p 3306:3306 -v /docker/mysql/data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=123456 mysql:5.6.37
2. View the launched instance docker ps
3. The port 3306 of the host is mapped here, I have opened the port 
4. Connect on the host machine
#This error is like mysql does not exist, check if mysql is started
#mysql has been started, and the port is not occupied
5. It has been tested in the container, mysql can be connected normally; try to open the root user to access from any host
5.1, enter the container, and connect to mysql
docker exec -it c_mysql bash
mysql -uroot -p123456
5.2. Open the root user to all hosts to access
mysql> grant all privileges on . to [email protected]'%'; #Authorization
mysql> flush privileges; #Refresh the privilege table
6. Run the connection test again in the host
#Still not working!!!
7. I went to Baidu and thought that the host's routing was not enabled. Let's try it.
#Come back and find that the problem lies in the host, because if you want to use the mysql command, you must have /usr/This command is available in the bin/ directory.But I installed mysql in docker, so the host cannot use mysql to connect to the docker database. The error reported when using the remote tool navicat to connect should be that the root user is not enabled, and any host can access it.Since the above has been opened, I now test that navicat can be connected remotely
8. The above mentioned a host routing problem. If we do not open the routing, the host will be isolated from the container instance network, so it is necessary to open it.
8.1. Check if the route is open
sysctl net.ipv4.ip_forward
#The return value of 1 means the route is enabled, and 0 means it is not enabled
8.2, enable the route
echo “net.ipv4.ip_forward = 1” >>/etc/sysctl.conf#Write the command to the /etc/sysctl.conf file
sysctl -p #Load the kernel
sysctl net.ipv4.ip_forward #Check whether the route is enabled again
Let me introduce myself first. The editor graduated from Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Ali in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
![[Problem has been resolved]-Virtual machine error contains a file system with errors check forced](/img/07/1222a44dd52b359bf7873e6f3b7ebf.png)
[Problem has been resolved]-Virtual machine error contains a file system with errors check forced

input详解之文件上传

Drools规则引擎快速入门(一)

VSCode编写OpenCV

NAT experiment

Cocos Creator Mini Game Case "Stick Soldier"

Quick Start to Drools Rule Engine (1)

NACOS Configuration Center Settings Profile

txt文件英语单词词频统计

【FAQ】CCAPI兼容EOS相机列表(2022年8月 更新)
随机推荐
初识网页与浏览器
Chengyun Technology was invited to attend the 2022 Alibaba Cloud Partner Conference and won the "Gathering Strength and Going Far" Award
Vim tutorial: vimtutor
D46_Force applied to rigid body
【FAQ】What is Canon CCAPI
Mina disconnects and reconnects
Difference between link and @improt
One-arm routing experiment and three-layer switch experiment
系统基础-学习笔记(一些命令记录)
D39_ coordinate transformation
Some basic method records of commonly used languages in LeetCode
VRRP overview and experiment
The future of cloud gaming
DisabledDate date picker datePicker
NAT experiment
Shadowless Cloud Desktop
ALC experiment
txt文件英语单词词频统计
Does flink cdc currently support Gauss database sources?
DevOps - Understanding Learning