mysql linux环境

创建新用户
 create user jnroot@'%' identified by 'Yc@edc#sJn';
创建数据库
 create database price_monitor DEFAULT CHARSET=utf8;
附权限
 grant all on price_monitor.* to jnroot@'%';

posted @ 2017-09-08 09:51  Emily1130  阅读(157)  评论(0编辑  收藏  举报