当前位置:网站首页>MySQL can connect locally through localhost or 127, but cannot connect through intranet IP (for example, Navicat connection reports an error of 1045 access denied for use...)
MySQL can connect locally through localhost or 127, but cannot connect through intranet IP (for example, Navicat connection reports an error of 1045 access denied for use...)
2022-07-07 09:44:00 【qq_ thirty-six million nine hundred and sixty-seven thousand an】
Problems encountered in Intranet deployment system ,127 You can use to access local , Intranet others IP cannot access Such as navicat Connection error 1045 access denied for use…
resolvent :
(1) Configure environment environment variables and log in from any interface mysql (2) Not configured by bin Go in the catalog
mysql -uroot -p
Enter password MYSQL
Input grant all privileges on . to [email protected]“IP” identified by ‘password’ with grant option;
flush privileges;
IP: namely GRANT Authorized IP, Sure %( That is all IP)
password: The code
Refresh the database
After that, you can access the database
边栏推荐
猜你喜欢

网易云微信小程序

Using JWT to realize login function

印象笔记终于支持默认markdown预览模式

Vs2013 generate solutions super slow solutions
![[4g/5g/6g topic foundation -147]: Interpretation of the white paper on 6G's overall vision and potential key technologies -2-6g's macro driving force for development](/img/21/6a183e4e10daed90c66235bdbdc3bf.png)
[4g/5g/6g topic foundation -147]: Interpretation of the white paper on 6G's overall vision and potential key technologies -2-6g's macro driving force for development

網易雲微信小程序

nlohmann json

其实特简单,教你轻松实现酷炫的数据可视化大屏

H5 web player easyplayer How does JS realize live video real-time recording?

第一讲:包含min函数的栈
随机推荐
What development models did you know during the interview? Just read this one
Information Security Experiment 2: using x-scanner scanning tool
CDZSC_2022寒假个人训练赛21级(2)
Oracle installation enhancements error
Switching value signal anti shake FB of PLC signal processing series
nlohmann json
CDZSC_2022寒假个人训练赛21级(1)
第一讲:寻找矩阵的极小值
战略合作|SubQuery 成为章鱼网络浏览器的秘密武器
JMeter JDBC batch references data as input parameters (the simplest method for the whole website)
[bw16 application] Anxin can realize mqtt communication with bw16 module / development board at instruction
sql 里面使用中文字符判断有问题,哪位遇到过?比如value<>`无`
# Arthas 简单使用说明
Unity shader (basic concept)
小程序滑动、点击切换简洁UI
C# 初始化程序时查看初始化到哪里了示例
Upload taro pictures to Base64
thinkphp数据库的增删改查
Difference between process and thread
有没有大佬帮忙看看这个报错,有啥排查思路,oracle cdc 2.2.1 flink 1.14.4