2条语句添加mysql用户1.创建数据库create database 数据库名;2.添加用户并授予所有权限grant all privileges on 数据库名.* to 新用户名@localhost identified by '新用户密码';