Navicat 如何设置正常连接Linux下的mysql

Posted 豆豆之家

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Navicat 如何设置正常连接Linux下的mysql相关的知识,希望对你有一定的参考价值。

1.查看防火墙状态,如果开启了,则将其关闭。

查看防火墙:

[[email protected] ~]# service iptables status

关闭防火墙:

[[email protected] ~]# service iptables stop

     可以设置把防火墙永久关闭:

     永久关闭防火墙:

           chkconfig iptables off

     开启:

           chkconfig iptables on
2.重启系统

reboot

3.启动mysql服务

[[email protected] ~]# service mysqld start

============================

设置开机启动msql服务:

查看状态:

[[email protected] ~]# chkconfig --list

mysqld 0:关闭 1:关闭 2:关闭 3:关闭 4:关闭 5:关闭 6:关闭

如果看到mysql的服务,并且3,4,5都是on的话则成功,如果是off,则键入

[[email protected] ~]# chkconfig --level 345 mysqld on

成功状态:

[[email protected] ~]# chkconfig --list

mysqld 0:关闭 1:关闭 2:关闭 3:启用 4:启用 5:启用 6:关闭

重启(reboot)验证:

[[email protected] ~]# service mysqld status

mysqld (pid 1617) 正在运行...

 

以上是关于Navicat 如何设置正常连接Linux下的mysql的主要内容,如果未能解决你的问题,请参考以下文章

navicat软件设置连接mysql数据库

Navicat远程连接Linux下的mariadb数据库

Linux 命令之 Navicat 连接 Linux 下的Mysql数据库

Navicat MySQL连接Linux下MySQL的问题解决方案

Navicat 连接 WindowsLinux系统下的MySQL 各种错误,修改密码。

Linux环境 mysql用navicat远程连接常见问题2003 1130 1045