项目搭建

一、换源

 二、数据库

 

数据库授权

  grant all privileges on luffy.* to 'luffy'@'localhost' identified by 'luffy';

  flush privileges;

 

查看mysql数据库中的用户

   select user, password, host from mysql.user;

posted @ 2019-08-21 17:43  胖啊  阅读(93)  评论(0编辑  收藏  举报