(1) Ignoring query to other database

D:\Program Files\MySQL\MySQL Server 5.6\bin>mysql -Uroot

原因是连接数据库时填写了错误的用户名所致。填写正确的用户名即可

mysql -uroot

相关文章: