1.第一步就是看linu是否安装了Mysql,经过rpm -qa|grep mysql查看到Centos下安装mysql如果有安装就卸载以前低版本rpm -qa|grep mysqlrpm -e --nod
1.第一步就是看linu是否安装了Mysql,经过rpm -qa|grep mysql查看到Centos下安装mysql
如果有安装就卸载以前低版本
rpm -qa|grep mysql
rpm -e --nodeps 跟mysql版本
配置下面两个源
rpm -Uvh Http://mirror.steadfast.net/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
安装mysql
yum --enablerepo=remi,remi-test list mysql mysql-server
yum --enablerepo=remi,remi-test install mysql mysql-server
启动mysql
/etc/init.d/mysqld start
设置开机启动
chkconfig --levels 345 mysqld on
重置密码
/usr/bin/mysql_secure_installation
稍后自己选择并设定密码
2.PHP
Yum安装php
rpm -Uvh http://repo.WEBtatic.com/yum/el6/latest.rpm
yum install php70w php70w-opcache
改成56就是php5.6.30
--结束END--
本文标题: yum安装不同的mysql,php版本
本文链接: https://lsjlt.com/news/40688.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0