Skip to content

Commit 3ec18c7

Browse files
authored
修改文档格式
1 parent 44ac627 commit 3ec18c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/prepare/mysql/mysql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
- 下载RPM Bundle
1313
- 使用tar -xvf解压RPM Bundle,生成的文件包括几个RPM包
1414
- 使用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
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
1818
- 附:[下载与安装可供参考的链接](http://www.linuxidc.com/Linux/2015-01/111413.htm)
1919
3. 准备
2020
- 本次选择的服务器是将要安装CM的服务器lion

0 commit comments

Comments
 (0)