posts - 64,comments - 22,trackbacks - 0
          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:編譯安裝
          [root@server182 ~]# groupadd mysql 
          [root@server182 ~]# useradd -r -g mysql mysql 
          [root@server182 ~]# tar -zxvf mysql-5.6.10.tar.gz 
          [root@server182 ~]# cd mysql-5.6.10 
          [root@server182 mysql-5.6.10]# cmake . 
          [root@server182 mysql-5.6.10]# make && make install 
          -------------------------默認情況下是安裝在/usr/local/mysql 
          [root@server182 ~]# chown -R mysql.mysql /usr/local/mysql 
          [root@server182 ~]# cd /usr/local/mysql/scripts 
          [root@server182 ~]# ./mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data 
          [root@server182 ~]# cd /usr/local/mysql/support-files 
          [root@server182 support-files]# cp mysql.server /etc/rc.d/init.d/mysql 
          [root@server182 support-files]# cp my-default.cnf /etc/my.cnf 
          [root@server182 ~]# chkconfig -add mysql 
          [root@server182 ~]# chkconfig mysql on 
          [root@server182 ~]# service mysql start 
          Starting MySQL SUCCESS!  
          [root@server182 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:  root@localhost 
          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>  
          安裝完畢。
          原文鏈接:http://www.linuxidc.com/Linux/2013-02/79791.htm
          posted on 2013-05-17 15:20 hellxoul 閱讀(266) 評論(0)  編輯  收藏 所屬分類: MySQL
          主站蜘蛛池模板: 安阳市| 白沙| 苍梧县| 铜鼓县| 恩施市| 上饶县| 明光市| 文安县| 寿宁县| 三穗县| 禄劝| 邵武市| 松滋市| 靖西县| 疏勒县| 长岭县| 兴国县| 美姑县| 三亚市| 陆丰市| 昭通市| 丰顺县| 凭祥市| 淮阳县| 西平县| 公主岭市| 鸡东县| 华池县| 秦安县| 平凉市| 小金县| 安福县| 洛南县| 武冈市| 桃园市| 新郑市| 革吉县| 绥化市| 许昌县| 黎平县| 吴忠市|