一、换源
二、数据库
数据库授权
grant all privileges on luffy.* to 'luffy'@'localhost' identified by 'luffy';
flush privileges;
查看mysql数据库中的用户
select user, password, host from mysql.user;