Home > Database > Mysql Tutorial > MySQL源码scr.rpm安装的一点注意事项_MySQL

MySQL源码scr.rpm安装的一点注意事项_MySQL

WBOY
Release: 2016-06-01 13:04:00
Original
1192 people have browsed it

rpm安装包通常为二进制包(Binary)以及源代码包(Source)两种形式。在使用源码方式安装MySQL的时候,官方网站上下载的源码包通常为scr.rpm格式,而不是直接的tar包,对此,需要先使用rpm命令先安装源码后在进行编译安装,本文是对该方式的描述。

1、下载源码包

2、安装rpm

#安装后,其源码的tar文件通常位于/usr/src目录

#如下,mysql的安装源文件为mysql-5.6.21.tar.gz

#解压tar文件

3、源码安装MySQL

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template