此类错误的原因为:mysql服务没有启动。
解决方法:1.找到服务
2.服务中找到mysql,右键单击 点击启动即可。
备注:也可以在cmd中使用 命令行。
net start mysql57(服务名)
mysql -hlocalhost -uroot -p 回车