当前位置:网站首页>虚拟机中docker安装mysql远程无法访问解决方法
虚拟机中docker安装mysql远程无法访问解决方法
2022-07-20 01:08:00 【i843035921】
转载:https://blog.51cto.com/autophp/2319467,感谢这位老哥。如有侵权联系删除。
#docker安装mysql
docker pull mysql
docker run --name mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=123 -d mysql
这个时候navicat远程连接mysql的时候,会提示以下错误:
解决方法:
1、在虚拟机中登录到mysql容器,然后进入mysql
docker exec -it mysql /bin/bash
mysql -uroot -p
Enter password:
mysql> select host,user,plugin,authentication_string from mysql.user;
备注:host为 % 表示不限制ip localhost表示本机使用 plugin非mysql_native_password 则需要修改密码
2、修改密码
mysql> use mysql;
mysql> alter user 'root'@'%' identified with mysql_native_password by '123';
mysql> flush privileges;
mysql> select host,user,plugin,authentication_string from mysql.user;
出现上述图片,再次用navicat远程连接mysql就成功了。
边栏推荐
- CCTV news "Hangzhou rent quota invoice by hand" news channel_ People's network
- Persuasion failed, and the police wrote code to expose the fraud on the spot, which made me have a brain hole
- TestNG自动化测试框架详解
- Some rules for implicit conversion of SAP ABAP character and string variables
- STM32 porting lvgl8.2
- Why has API strategy become a magic weapon for enterprises' digital transformation?
- ViT【backbone】
- CCTV news news news channel of Shenzhen catering manual tearing quota invoice_ People's network
- CCTV news news "Beijing opens catering manual tearing quota invoice" news channel_ People's network
- CCTV news news news channel "Zhengzhou opens catering quota invoice by hand"_ People's network
猜你喜欢
苦劝无果,民警现场写代码揭诈骗,这事让我有一个脑洞
【2022国赛模拟】相似序列问题——DFA(DP套DP)
How does win11 enable taskbar diversification? Win11 how to open a new taskbar
Protocol Buffer 学习
How to use MySQL export statements
弃用 Notepad++,这款开源替代品更牛逼!
Protocol buffer learning
网络流,二分图与图的匹配
Deeply participated in opengauss Developer Day 2022, cloud and enmo showed their style in a number of activities
Web APIs DOM- 事件委托 +综合案例
随机推荐
CCTV news "Beijing opens accommodation quota invoice by hand" news channel_ People's network
央视新闻《天津开餐饮手撕定额发票》新闻频道_人民网
This domestic conscience software is officially open source!
零信任和SASE有什么不一样?答案其实并不重要
Abandon notepad++, this open source alternative is more awesome!
【JVM 系列】JVM 中常见的垃圾回收器
开发测试平台难吗?
Hollysys le5107_ LE5106_ Free port agreement
NET问答: C# 中是否有最高效的方式对大文件做 checksum ?
这款国产良心软件正式开源!
LeetCode_90_子集Ⅱ
[easyui] modify the value in the DataGrid table
哈希表(HashTable)
微服务高可用的两个关键技巧,你一定用得上
CCTV news "Wuhan opens catering quota invoice by hand" news channel_ People's network
How does win11 enable taskbar diversification? Win11 how to open a new taskbar
CCTV news "Qingdao opens catering quota invoice by hand" news channel_ People's network
CCTV news news "Suzhou restaurant manual tearing quota invoice" news channel_ People's network
“OSError: [WinError 126] 找不到指定的模块”
Sweetalert notes - add input box pictures, etc. in the pop-up window