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 01264f0 commit 4c54196Copy full SHA for 4c54196
Mysql-Install-And-Settings.md
@@ -18,8 +18,9 @@
18
- Mysql 5.6 下载:`wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.29.tar.gz` (大小:31 M)
19
- Mysql 5.7 下载:`wget http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11.tar.gz` (大小:47 M)
20
- 我们这次安装以 5.6 为实例
21
+ - 进入下载目录:`cd /opt/setups`
22
- 解压压缩包:`tar zxvf mysql-5.6.29.tar.gz`
- - 移到解压包:`mv mysql-5.6.29/ /usr/program/`
23
+ - 移到解压包:`mv /opt/setups/mysql-5.6.29 /usr/program/`
24
- 安装依赖包、编译包:`yum install -y make gcc-c++ cmake bison-devel ncurses-devel`
25
- 进入解压目录:`cd /usr/program/mysql-5.6.29/`
26
- 生成安装目录:`mkdir -p /usr/program/mysql/data`
0 commit comments