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

mysql创建用户授权

 CREATE USER ‘ecweb‘@‘%‘ IDENTIFIED BY ‘cxtech360.com‘;
 grant all privileges on ec_travel.* to ‘ecweb‘@‘%‘ identified by ‘cxtech360.com‘;


mysql创建用户授权

标签: