欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

mysql连不上localhost怎么办?

程序员文章站 2022-03-13 23:18:44
...
mysql连不上localhost怎么办?

mysql连不上localhost怎么办?

mysql连不上localhost的解决办法:

1、检查防火墙是否放行3306端口,依次点击管理工具--高级安全防火墙--入站规则--新建规则。

mysql连不上localhost怎么办?

2、点击端口

mysql连不上localhost怎么办?

3、把端口号设置为 3306

mysql连不上localhost怎么办?

4、允许连接--名称随便写比如:允许3306端口入站

mysql连不上localhost怎么办?

mysql连不上localhost怎么办?

5、然后管理员运行命令符(win+R)cmd

启动数据库 net start mysql 然后尝试连接!

推荐教程:《sql视频教程

以上就是mysql连不上localhost怎么办?的详细内容,更多请关注其它相关文章!

相关标签: mysql localhost