(1) Ignoring query to other database
D:Program FilesMySQLMySQL Server 5.6in>mysql -Uroot
原因是连接数据库时填写了错误的用户名所致。填写正确的用户名即可
mysql -uroot