首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

mysql创造数据库后出现Access denied for user 'root'@'%' to database ‘xxxx’

2012-07-03 
mysql创建数据库后出现Access denied for user root@% to database ‘xxxx’grant all on xxxx.* to ro

mysql创建数据库后出现Access denied for user 'root'@'%' to database ‘xxxx’
 

    grant all on xxxx.* to 'root'@'%' identified by 'password' with grant option;    xxxx代表创建的数据库;    password为用户密码,在此为root的密码



完成后即可!

热点排行