当前位置: > 数据库 > MySQL >

mysql 添加新用户并设置密码

时间:2014-09-21 22:35来源:linux.it.net.cn 作者:it
mysql> grant all privileges on *.* to 'test'@'%' indentified by 'test';

所有人能访问用户名密码均为“test” (责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容