柠檬 发表于 2022-3-22 02:56:20

1.41 centos5 64位 无需换yum安装 mysql


关闭防火墙
service iptables stop
chkconfig iptables off

创建目录
mkdir mysql
进入目录
cd mysql
下载mysql包
curl -o MySQL-5.5.45-1.rhel5.x86_64.rpm-bundle.tar https://cdn.mysql.com/archives/mysql-5.5/MySQL-5.5.45-1.rhel5.x86_64.rpm-bundle.tar
解压mysql包
tar -xvf MySQL-5.5.45-1.rhel5.x86_64.rpm-bundle.tar
安装MySQL
rpm -ivh MySQL-client-5.5.45-1.rhel5.x86_64.rpm MySQL-devel-5.5.45-1.rhel5.x86_64.rpm MySQL-server-5.5.45-1.rhel5.x86_64.rpm --nodeps --force


启动mysql
service mysql start

停止mysql
service mysql stop

重启mysql
service mysql restart


添加mysql开机自启
chkconfig mysql on


myselfjo 发表于 2022-3-22 02:57:56

真是被感动的痛哭流涕……

1092427021 发表于 2022-3-22 16:52:35

楼主加油,我们都看好你哦。

savage314000 发表于 2022-3-22 21:53:08

强烈支持楼主ing……

chaofanbiz 发表于 2022-3-22 21:56:44

真是被感动的痛哭流涕……

zz06011023 发表于 2022-3-23 07:54:56

真是难得给力的帖子啊。

jc940710 发表于 2022-3-23 08:17:16

强烈支持楼主ing……

xuwenqing 发表于 2022-3-23 08:52:18

楼主加油,我们都看好你哦。

saiwing6 发表于 2022-3-23 09:06:54

真是被感动的痛哭流涕……

blueeagle4 发表于 2022-3-23 11:48:00

真是难得给力的帖子啊。
页: [1] 2 3 4 5 6
查看完整版本: 1.41 centos5 64位 无需换yum安装 mysql