Home > Database > Mysql Tutorial > body text

RedHat Linux 2.6.18下安装MySQL 5.1.7及Navicat 8

WBOY
Release: 2016-06-07 17:01:43
Original
1157 people have browsed it

今日因工作需要,想在linux下使用MySQL。装好了VM 7.1.3,根据需要安装好了红帽linux 2.6.18([红帽企业.Linux.5].TLF-SOFT-RedH

今日因工作需要,想在linux下使用MySQL。装好了VM 7.1.3,根据需要安装好了红帽linux 2.6.18([红帽企业.Linux.5].TLF-SOFT-RedHat.Enterprise.Linux.5.Update.2-XiSO.iso 电驴下的),又从Oracle官方网站下载好了MySQL的服务器端和客户端RPM安装包(MySQL-server-5.1.7-0.i386.rpm;MySQL-devel-5.1.7-0.i386.rpm;MySQL-client-5.1.7-0.i386.rpm)。

安装MySQL的过程相对简单,使用RPM一路默认安装就完成了。但是之后使用netstat命令却查不到3306端口,装上Navicat 8之后也找不到MySQL服务,重启系统后,提示“Starting MySQL...................................[失败]”。后来在上网查找后,终于试验成功,现在分享一下。

依次安装好MySQL-server-5.1.7-0.i386.rpm;MySQL-devel-5.1.7-0.i386.rpm;MySQL-client-5.1.7-0.i386.rpm这三个安装包。

进/etc/selinux ,找到config文件,把SELINUX=enforcing 这一行改为SELINUX=disabled,然后存盘退出。

重启系统,能看到Starting MySQL...................................[成功],说明修改好了。

进入系统后,,在终端控制台用[root@yourname]# netstat -nat查看一下,有没有3306端口

进入Navicat 8,添加数据库连接。

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template