开始菜单栏,管理员身份运行:命令行提示符
net start mysql
mysql -u root -p
输入密码(一般是root或123456)
show databases;
退出数据库 exit;
exit;
net stop mysql