当前位置:网站首页>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
边栏推荐
猜你喜欢
input详解之文件上传
Chengyun Technology was invited to attend the 2022 Alibaba Cloud Partner Conference and won the "Gathering Strength and Going Far" Award
DevOps-了解学习
DevOps流程demo(实操记录)
图像处理、分析与机器视觉一书纠错笔记
Autoware--Beike Tianhui rfans lidar uses the camera & lidar joint calibration file to verify the fusion effect of point cloud images
前置++和后置++的区别
LaTeX使用frame制作PPT图片没有标号
sql server duplicate values are counted after
NB-IOT智能云家具项目系列实站
随机推荐
Network Protocol Fundamentals - Study Notes
scikit-image图像处理笔记
Cocos Creator Mini Game Case "Stick Soldier"
LeetCode practice and self-comprehension record (1)
无法导入torchvision.io.read_image
ALC experiment
Alibaba Cloud Video on Demand
大小屏适配
多行文本省略
错误记录集锦(遇到则记下)
May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
云计算基础-学习笔记
深夜小酌,50道经典SQL题,真香~
Complete mysql offline installation in 5 minutes
Collision, character controller, Cloth components (cloth), joints in the Unity physics engine
reduce()方法的学习和整理
单片机期末复习大题
Tencent Internal Technology: Evolution of Server Architecture of "The Legend of Xuanyuan"
超简单的白鹭egret项目添加图片详细教程
DisabledDate date picker datePicker