1.Mysql赋权数据库给用户

mysql> create database mydb;
mysql> grant all privileges on *.* to 'yangxin'@'%' identified by 'yangxin123456' with grant option;
mysql> flush privileges; 
最后修改:2024 年 06 月 07 日
如果觉得我的文章对你有用,请随意赞赏