mysql -u root -p[改行]
use mysql;[改行]
create database newdata;
show tables;
select host,user,password from user;
delete from user where user='';