摘要: 命令代码如下:grant all privileges on *.* to root@"%" identified by 'abc' with grant option; flush privileges; 其中上面两行代码的意思是给从任意ip地址连接的用户名为root,密码为abc的用户赋予所有的权限。其中的"%"为任意的ip地址,如果想设为特定的值也可以设定为特定的值。 阅读全文
posted @ 2014-02-25 15:19 TandyChan 阅读(453) 评论(0) 推荐(1)