MySQL 新建用户和数据库
create database weblm character set utf8; grant all privileges on weblm.* to ‘weblm‘@‘localhost‘ identified by ‘weblm‘; flush privileges;
create database weblm character set utf8; grant all privileges on weblm.* to ‘weblm‘@‘localhost‘ identified by ‘weblm‘; flush privileges;
原文:https://www.cnblogs.com/lsgxeva/p/8472610.html