linux 下安裝mysql

來源:互聯網
上載者:User

參考資料

 http://blog.sina.com.cn/s/blog_a5ec47fa0100zt63.html

http://rq2-79.iteye.com/blog/175869

 

http://www.jz123.cn/text/3035482.html

 

http://www.jb51.net/os/RedHat/1262.html


http://blog.csdn.net/zccst/article/details/4493074


http://linux.vbird.org/linux_server/redhat6.1/linux_26wwwapache.php


http://younglab.blog.51cto.com/416652/136495


http://www.360doc.com/content/13/0425/11/12094763_280802902.shtml


RPM 檔案:http://rpm.pbone.net/index.php3


mysql-5.5.1-m2.tar.gz 下載路徑

http://download.csdn.net/detail/huahuagongzi9999/7238003


yum.conf 配置yum可能有點麻煩,安裝mysql時可能需要一些依賴包,所以可以在etc/yum.conf 替換該檔案,然後可以使用yum search glibc yum -y install 包名 安裝需要的依賴包

yum.conf下載路徑

http://download.csdn.net/detail/huahuagongzi9999/7238119



將mysql-5.5.1-m2.tar.gz上傳至linux root/mysql 中

解壓縮 tar -zxvf mysql-5.5.1-m2.tar.gz


然後執行./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/var 



執行完成後,如果出現configure: error: No curses/termcap library found

提示缺少curses。

解決辦法:

下載安裝相應軟體包

一、如果你的系統是RedHat系列:

yum list|grep ncurses

yum -y install ncurses-devel

yum install ncurses-devel

 

二、如果你的系統是Ubuntu或Debian:

apt-cache search ncurses

apt-get install libncurses5-dev

 

待安裝completed!之後,再./configure,順利通過,然後make && make install,成功安裝,一切OK!~~~

如果還是不行,則執行./configure --with-named-curses-libs=/usr/lib/libncursesw.so.5


然後繼續

make && make install,成功安裝,一切OK!~~~


執行make後,如果出現:

../depcomp: line 571: exec: g++: not found
make[1]: *** [my_new.o] Error 127
make[1]: Leaving directory `/root/mysql/mysql-5.5.1-m2/mysys'
make: *** [install-recursive] Error 1


則執行yum install gcc-c++ libstdc++-devel

如果執行過程中出現錯誤

則安裝一下配置方式,重新設定yum源

http://blog.sina.com.cn/s/blog_63d8dad80101cn2s.html

http://www.cnblogs.com/shuaixf/archive/2011/11/30/2268496.html


配置完成之後

重新執行./configure --with-named-curses-libs=/usr/lib/libncursesw.so.5

然後

#make

#make install 

參考文章:http://hi.baidu.com/lijunyi0198/item/ccd8519933481cd87a7f01eb

如果執行yum install gcc-c++ libstdc++-devel

yum配置相關參考資料

http://www.cnblogs.com/shuaixf/archive/2011/11/30/2268496.html

http://blog.sina.com.cn/s/blog_63d8dad80101cn2s.html

相關文章

聯繫我們

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