We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ac627 commit 3ec18c7Copy full SHA for 3ec18c7
project/prepare/mysql/mysql.md
@@ -12,9 +12,9 @@
12
- 下载RPM Bundle
13
- 使用tar -xvf解压RPM Bundle,生成的文件包括几个RPM包
14
- 使用rpm -ivh安装所有下载的rpm包,操作如下
15
- 1.找到冲突的包 $rpm -aq | grep mysql
16
- 2.卸载冲突的包 $rpm -e --nodeps mysql-libs-5.1.71-1.el6.x86_64(对应上面的结果)
17
- 3.依次安装shared、shared-compat、devel、client、server
+ 1. 找到冲突的包 $rpm -aq | grep mysql
+ 2. 卸载冲突的包 $rpm -e --nodeps mysql-libs-5.1.71-1.el6.x86_64(对应上面的结果)
+ 3. 依次安装shared、shared-compat、devel、client、server
18
- 附:[下载与安装可供参考的链接](http://www.linuxidc.com/Linux/2015-01/111413.htm)
19
3. 准备
20
- 本次选择的服务器是将要安装CM的服务器lion
0 commit comments