Navicat for Mysql创建本地链接出现 1045 -Access denied for user'root'@'ipAddress'(using password :yes) 的问题

最主要的缘由就是服务器上的mysql没有给本地受权。mysql 方法很简单,例如电脑用的是windows 7操做系统的话电脑用的是windows 7操做系统,win+R输入cmd进入终端,而后进行受权,sql grant all privileges on *.* to 'root'@'localhost' identified by '你的密码' with grant option;window
相关文章
相关标签/搜索