当前位置:首页 > PHP教程 > PHP总结归纳

mysql设立访问权限

mysql设置访问权限 grant all privileges on ? ? ? ?*.* ? ? ? ? ? to ? ? ? 'root'@'192.168.1.73' ? ? ? identified by '123456' ? ? ? with grant option;

mysql设置访问权限

grant all privileges on

? ? ? ?*.* ? ?

? ? ? to

? ? ? 'root'@'192.168.1.73'

? ? ? identified by '123456'

? ? ? with grant option;


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!