您的位置:首页 > 博客中心 > 数据库 >

MySQL 新建用户和数据库

时间:2022-03-15 06:45

MySQL 新建用户和数据库

 

create database weblm character set utf8;
grant all privileges on weblm.* to ‘weblm‘@‘localhost‘ identified by ‘weblm‘;
flush privileges;

 

热门排行

今日推荐

热门手游