Host 'DESKTOP-BNFMG64' is not allowed to connect to this MySQL server解决方案
使用Navicat连接MySQL数据库,如果在本机上通过ip地址输入localhost是可以连接上的。但是我们想要通过以太网IPv4地址远程连接的方式,就会提示Host 'DESKTOP-BNFMG64' is not allowed to connect to this MySQL server即MySQL不允许远程登录,所以远程登录失败了。解决办法:方案一,直接修改root权限:...