配置mysql单数据库管理员

来源:互联网 发布:网络报 关键 编辑:程序博客网 时间:2024/06/18 12:07

提升点安全性-,-

grant all on database.* to 'user'@localhost identified by 'password';

grant all on database.* to 'user'@'%' identified by 'password';


原创粉丝点击