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

mysql增添用户及权限设定

2012-07-22 
mysql添加用户及权限设定grant select,insert,update,delete on *.* to root@10.0.11.21 Identified by 1

mysql添加用户及权限设定
grant select,insert,update,delete on *.* to root@10.0.11.21 Identified by "111111";

热点排行