进入MySQL:
win+R
输入 mysql -uroot -proot (用户名,密码为均root)
show databases; (展示所有数据库)
MySQL 语句中 如果出现 - (减号)
要用 `` 裹 起来