CentOS 6.3下MySQL 5.6源碼安裝

來源:互聯網
上載者:User

標籤:

Linux作業系統:CentOS 6.3

1:下載:當前mysql版本到了5.6.10
 
:http://dev.mysql.com/downloads/mysql/5.6.html#downloads
 
選擇“Source Code”
 

在此之前最好註冊一個Oracle帳號
 
2:必要軟體包
 
yum -y install  gcc gcc-c++ gcc-g77 autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl-devel* make cmake
 
3:編譯安裝
 
[[email protected] ~]# groupadd mysql
 
[[email protected] ~]# useradd -r -g mysql mysql
 
[[email protected] ~]# tar -zxvf mysql-5.6.10.tar.gz
 
[[email protected] ~]# cd mysql-5.6.10
 
[[email protected] mysql-5.6.10]# cmake .
 
[[email protected] mysql-5.6.10]# make && make install
 
-------------------------預設情況下是安裝在/usr/local/mysql
 
[[email protected] ~]# chown -R mysql.mysql /usr/local/mysql
 
[[email protected] ~]# cd /usr/local/mysql/scripts
 
[[email protected] ~]# ./mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data
 
[[email protected] ~]# cd /usr/local/mysql/support-files
 
[[email protected] support-files]# cp mysql.server /etc/rc.d/init.d/mysql
 
[[email protected] support-files]# cp my-default.cnf /etc/my.cnf
 
[[email protected] ~]# chkconfig -add mysql
 
[[email protected] ~]# chkconfig mysql on
 
[[email protected] ~]# service mysql start
 
Starting MySQL SUCCESS! 
 

如果輸入了 mysql 提示 command not found 

ln -fs /usr/local/mysql/bin/mysql mysql

 

[[email protected] support-files]# mysql
 
Welcome to the MySQL monitor.  Commands end with ; or \g.
 
Your MySQL connection id is 1
 
Server version: 5.6.10 Source distribution
 
 
 
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
 
 
 
Oracle is a registered trademark of Oracle Corporation and/or its
 
affiliates. Other names may be trademarks of their respective
 
owners.
 
 
 
Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.
 
 
 
mysql> 
 


mysql> status;
 
--------------
 
mysql  Ver 14.14 Distrib 5.6.10, for Linux (i686) using  EditLine wrapper
 
 
 
Connection id:  1
 
Current database: 
 
Current user:  [email protected]
 
SSL:    Not in use
 
Current pager:  stdout
 
Using outfile:  ‘‘
 
Using delimiter:  ;
 
Server version:  5.6.10 Source distribution
 
Protocol version:  10
 
Connection:  Localhost via UNIX socket
 
Server characterset:  utf8
 
Db    characterset:  utf8
 
Client characterset:  utf8
 
Conn.  characterset:  utf8
 
UNIX socket:  /tmp/mysql.sock
 
Uptime:    5 min 45 sec
 
 
 
Threads: 1  Questions: 5  Slow queries: 0  Opens: 70  Flush tables: 1  Open tables: 63  Queries per second avg: 0.014
 
--------------
 
mysql> 
 
安裝完畢。

CentOS 6.3下MySQL 5.6源碼安裝

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.