当前位置:网站首页>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
边栏推荐
- The industrial chain of consumer Internet is actually very short. It only undertakes the role of docking and matchmaking between upstream and downstream platforms
- ComputeShader
- 2020CCPC威海 J - Steins;Game (sg函数、线性基)
- Unity shader (pass user data to shader)
- JS inheritance prototype
- [Frida practice] "one line" code teaches you to obtain all Lua scripts in wegame platform
- Esp8266 uses TF card and reads and writes data (based on Arduino)
- Impression notes finally support the default markdown preview mode
- flinkcdc采集oracle在snapshot阶段一直失败,这个得怎么调整啊?
- CSDN salary increase technology - learn about the use of several common logic controllers of JMeter
猜你喜欢

20排位赛3

战略合作|SubQuery 成为章鱼网络浏览器的秘密武器

Unity3d interface is embedded in WPF interface (mouse and keyboard can respond normally)

nlohmann json

VSCode+mingw64

iNFTnews | 时尚品牌将以什么方式进入元宇宙?

信息安全实验三 :PGP邮件加密软件的使用

【BW16 应用篇】安信可BW16模组/开发板AT指令实现MQTT通讯

Using JWT to realize login function

First issue of JS reverse tutorial
随机推荐
大佬们,有没有遇到过flink cdc读MySQLbinlog丢数据的情况,每次任务重启就有概率丢数
Write VBA in Excel, connect to Oracle and query the contents in the database
NATAPP内网穿透
在EXCEL写VBA连接ORACLE并查询数据库中的内容
ViewPager2和VIewPager的區別以及ViewPager2實現輪播圖
VSCode+mingw64
Create an int type array with a length of 6. The values of the array elements are required to be between 1-30 and are assigned randomly. At the same time, the values of the required elements are diffe
HCIP 第一天 笔记整理
Over 100000 words_ Ultra detailed SSM integration practice_ Manually implement permission management
Unity shader (data type in cghlsl)
数据建模中利用3σ剔除异常值进行数据清洗
如何使用clipboard.js库实现复制剪切功能
How to become a senior digital IC Design Engineer (5-3) theory: ULP low power design technology (Part 2)
Redis common commands
scrapy爬虫mysql,Django等
Unity shader (pass user data to shader)
基础篇:带你从头到尾玩转注解
如何成为一名高级数字 IC 设计工程师(5-3)理论篇:ULP 低功耗设计技术精讲(下)
Pick up the premise idea of programming
How does mongodb realize the creation and deletion of databases, the creation of deletion tables, and the addition, deletion, modification and query of data