Loading...
想用navicat连接mysql报错1045需要将root用户授权给所有连接: grant all privileges on . to 'root'@'%' identified by 'xxxxxx';xxxxxx是mysql用户密码让权限立即生效:flush privileges;