mysql创建新用户-- 赋予所有权限

版权声明:转载请标明出处 https://blog.csdn.net/gymaisyl/article/details/86567706

赋予全部权限:
user : mysql
password: password
ip: localhost(127.0.0.1)

grant all privileges on *.* to mysql@localhost identified by 'password';

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/gymaisyl/article/details/86567706
今日推荐