当前位置:Gxlcms > mysql > mysql创设用户

mysql创设用户

时间:2021-07-01 10:21:17 帮助过:24人阅读

mysql 创建用户 grant all privileges on *.* to haha@'%' identified by '1234'; flush privileges;

mysql 创建用户
grant all privileges on *.* to haha@'%' identified by '1234';
flush privileges;

人气教程排行