我的目录

 

mysql权限

一:为133开启所有权限,用户名为root,密码为123456
GRANT all PRIVILEGES on *.* to 'root'@'192.168.1.133'
IDENTIFIED by '123456' with GRANT option;

二:对所有机器开放所有权限,用户名为root,密码为password
GRANT all PRIVILEGES on *.* to 'root'@'%'
IDENTIFIED by 'password' with GRANT option;

posted on 2008-04-15 09:23 张福鑫 阅读(127) 评论(0)  编辑  收藏 所属分类: mysql管理配置

导航

统计

常用链接

留言簿(1)

随笔分类

随笔档案

文章分类

文章档案

新闻分类

搜索

最新评论