目录

MySQLCant-connect-to-server-in-localhost

目录

【MySQL】Can‘t connect to server in ‘localhost‘

【问题】连接MySQL数据库时报错:

https://i-blog.csdnimg.cn/direct/bb650c043bfe41d5a1ae483bedb0ef1f.png

【原因】没有启动MySQL服务

【解决方法】👇👇👇

1.以管理员身份运行PowerShell

https://i-blog.csdnimg.cn/direct/c048c47d137e42e69db8f308b9f443e7.png

2.执行命令: net start MySQL

提示 “MySQL服务已经启动成功” 就说明成功了,这时再连接数据库就好啦

https://i-blog.csdnimg.cn/direct/7c52c81ac0cc4c839d108b324eccc595.png