输入banner图图片脚本导航/分类

mysql创设用户

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

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