MYSQL学习篇之001-LINUX环境MYSQL源代码安装总结
以前主要使用MSSQL,ORACLE,SYBASE数据库,最近公司使用MYSQL,
开始参考官方文档REFMAN-5.6-EN.A4.PDF进行学习。本文主要是最近安装过程的一个总结。
采用源代码安装MYSQL5.6主要有以下工作要做:
2.1 安装 LIBAIO
开始参考官方文档REFMAN-5.6-EN.A4.PDF进行学习。本文主要是最近安装过程的一个总结。
采用源代码安装MYSQL5.6主要有以下工作要做:
1 准备硬件(虚拟机)、操作系统(CENTOS)1 准备硬件(虚拟机)、操作系统(CENTOS)
2 安装编译源代码需要的一些工具软件与依赖库
3 下载源代码
4 编译源代码
5 安装
6 配置
7 启动
下面详细记录安装过程,方便以后再用。
虚拟机采用公司统一分配的帐号,操作系统信息为:
# uname -a2 安装编译源代码需要的一些工具软件与依赖库
Linux FZ-Centos-23 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
2.1 安装 LIBAIO
# yum install libaio
# yum search libaio2.2 安装 BISON
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.tuna.tsinghua.edu.cn
* extras: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.tuna.tsinghua.edu.cn
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 5.4 MB 00:03
====================================================== N/S Matched: libaio ======================================================
libaio.i686 : Linux-native asynchronous I/O access library
libaio.x86_64 : Linux-native asynchronous I/O access library
libaio-devel.i686 : Development files for Linux-native asynchronous I/O access
libaio-devel.x86_64 : Development files for Linux-native asynchronous I/O access
Name and summary matches only, use "search all" for everything.
# yum install bison
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.tuna.tsinghua.edu.cn
* extras: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.tuna.tsinghua.edu.cn
Setting up Install Pr