Linux下安裝mysql-5.6.4 的圖文教程

來源:互聯網
上載者:User

在開始安裝前,先說明一下mysql-5.6.4與較低的版本在安裝上的區別,從mysql-5.5起,mysql源碼安裝開始使用cmake了,因此當我們配置安裝目錄./configure --perfix=/.....的時候和以前的會有些區別,這點我們稍後會提到。

一:解壓縮mysql-5.6.4-m7-tar.zip

        1>  unzip mysql-5.6.4-m7-tar.zip   會產生mysql-5.6.4-m7-tar.gz的壓縮檔

         2> tar -zxvf mysql-5.6.4-m7-tar.gz  會產生mysql-5.6.4-m7的檔案夾

         接下來我們就要配置安裝目錄進行具體的安裝了,這裡需要注意的是利用cmake時需要安裝cmake的應用程式。 

         下載壓縮包cmake-2.8.10.1.tar.gz   解壓縮  tar -zxvf cmake-2.8.10.1.tar.gz   得到檔案 cmake-2.8.10.1    進入  cd cmake-2.8.10.1  <我們現在外層建立目錄  mkdir cmake_exe>

                  (1)  配置安裝目錄  ./configure --prefix=/home/houqingdong/cmake_exe        (2)    make          (3)  make  install

         3>好了到這裡我們的cmake已經安裝成功了,進入mysql-5.6.4-m7           cd   /usr/ local/mysql-5.6.4-m7   <假設在外層已經建立mysql>

         4>根據轉換關係執行:

                cmake  -DCMAKE_INSTALL_PREFIX=/usr/local/mysql     斷行符號       注意有的時候會出現提示:說沒有這個cmake這個命令,但是cmake剛剛我們的確安裝了,沒關係,給它填上路徑就行了:  export PATH=/home/houqingdong/cmake_exe/bin:$PATH    然後再運行就好了

         5>make                        make    install                執行完後會看到安裝成功的提示

         6> useradd mysql 建立一個使用者名稱為mysql的使用者

         7> 安裝預設的資料庫:以mysql的身份執行(su - mysql)  cd   /usr/local/mysql/scripts/

                                                                          sudo ./mysql_install_db --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data/ --user=mysql

          這裡我執行的時候出現錯誤,因為執行sudo要求輸入密碼,但是我輸入之後它提示我說mysql使用者不在sudoers檔案夾中:

         

          於是又回到root使用者,執行: visudo      在 root    ALL=(ALL)              ALL   這一行下面加上:    mysql     ALL=(ALL)       ALL            賦予它root使用者所有的許可權

         

         執行完之後再去執行上面的就可以了:sudo ./mysql_install_db --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data/ --user=mysql

        

         8>將mysql的設定檔和服務檔案複製到系統配置路徑下面

             cp my-medium.config   /etc/my.conf                                  cp  mysql.server       /etc/init.d/mysqld

          

         9>啟動服務

              service  mysqld  start  || /etc/init.d/mysql start                    添加到開機自啟動( chkconfig --add mysqld)

         

         10> 增加mysql的root使用者的密碼:  mysql -u root password  'your_password

          11>在進程中查看啟動的情況    ps -ef | grep mysqld

          

          從裡面可以看出mysql為root使用者啟動,還可以看到安裝目錄以及連接埠號碼等。

           12>連結到資料庫:

            

好了,今天磕磕碰碰的總算是安上了,不過還有部分流程沒有弄懂,比如許可權問題、授權問題等,明天卸載再重裝一下,如果有改動或者添加的地方再補充。'

還有可能在cmake . -DCMAKE_INSTALL_PREFIX=... 的時候出現這樣的問題:

 Could NOT find Curses (missing  CURSES_LIBRARY CURSES_INCLUDE_PATH

解決方案:

[root@localhost software]# cd mysql-5.5.11
[root@localhost mysql-5.5.11]# cmake .
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Error at cmake/readline.cmake:82 (MESSAGE):
Curses library not found. Please install appropriate package,

remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.
Call Stack (most recent call first):
cmake/readline.cmake:126 (FIND_CURSES)
cmake/readline.cmake:216 (MYSQL_USE_BUNDLED_LIBEDIT)
CMakeLists.txt:250 (MYSQL_CHECK_READLINE)

-- Configuring incomplete, errors occurred!
[root@localhost mysql-5.5.11]# rm CMakeCache.txt
[root@localhost mysql-5.5.11]# yum install ncurses-devel
Warning: Bison executable not found in PATH
-- Configuring done
-- Generating done
-- Build files have been written to: /software/mysql-5.5.11
[root@localhost mysql-5.5.11]# yum install bison

按照提示來進行就可以了!!

照著做能成功,有幾處有點問題:
1.第四步的cmake後面沒有點,直接是空格
2.第七步在root下執行的命令是visudo
3.我覺得第七步應該在root使用者下執行,否則找不到 mysql.plugin檔案
總之,真的很感謝!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.