亚洲欧洲国产欧美一区精品,激情五月亚洲色五月,最新精品国偷自产在线婷婷,欧美婷婷丁香五月天社区

      考試首頁 | 考試用書 | 培訓(xùn)課程 | 模擬考場 | 考試論壇  
        當(dāng)前位置:Linux認(rèn)證 > 綜合輔導(dǎo) > 文章內(nèi)容
        

      LAMP源碼環(huán)境搭建WEB服務(wù)器Linux+Apache+MySQL+PHP

      來源:Linux社區(qū) [ 2016年1月19日 ] 【

      2.安裝mysql cmake

      [root@lly ~]# tar zxvf mysql-5.6.10.tar.gz -C /usr/local/src/

      [root@lly ~]# cd /usr/local/src/mysql-5.6.10/

      [root@lly mysql-5.6.10]# less INSTALL-SOURCE

      mysql的使用說明

      wps_clip_image-3494安裝mysql的時候需要用到cmake工具

      安裝cmake

      [root@lly ~]# tar -zxvf cmake-2.8.10.2.tar.gz -C /usr/local/src/

      [root@lly ~]# cd /usr/local/src/cmake-2.8.10.2/

      [root@lly cmake-2.8.10.2]# ./configure --prefix=/usr/local/cmake

      [root@lly cmake-2.8.10.2]# make && make install

      Waiting.......................

      [root@lly cmake-2.8.10.2]# cd /usr/local/cmake/

      為了日后能快速訪問cmake下的bin,把cmke下的bin添加路徑

      [root@lly cmake]# vim /etc/profile

      wps_clip_image-3520

      注意:只有下次進入之后路徑才會添加成功

      [root@lly ~]# cd /usr/local/src/mysql-5.6.10/

      86:36

      [root@lly mysql-5.6.10]# cmake .

      [root@lly mysql-5.6.10]# make && make install

      Please waiting for a long time。。。。。。。。。。。。。。。。。。。。。。。。。。

      [root@lly ~]# cd /usr/local/src/mysql-5.6.10/

      [root@lly mysql-5.6.10]# less INSTALL-SOURCE

      Mysql安裝說明中的配置的步驟

      wps_clip_image-7154

      [root@lly mysql-5.6.10]# cd /usr/local/mysql/

      創(chuàng)建帳號信息

      [root@lly mysql]# groupadd mysql

      [root@lly mysql]# useradd -r -g mysql mysql

      [root@lly mysql]# chown -R mysql .

      進行初始化

      [root@lly mysql]# scripts/mysql_install_db --user=mysql

      [root@lly mysql]# chown -R root .

      [root@lly mysql]# chown -R mysql data

      [root@lly mysql]# cd support-files/

      [root@lly support-files]# cp my-default.cnf /etc/my.cnf

      [root@lly support-files]# cp mysql.server /etc/init.d/mysqld

      [root@lly support-files]# chmod a+x /etc/init.d/mysqld

      [root@lly support-files]# service mysqld start

      Starting MySQL..... [ OK ]

      將考試網(wǎng)添加到收藏夾 | 每次上網(wǎng)自動訪問考試網(wǎng) | 復(fù)制本頁地址,傳給QQ/MSN上的好友 | 申請鏈接 | 意見留言 TOP
      關(guān)于本站  網(wǎng)站聲明  廣告服務(wù)  聯(lián)系方式  站內(nèi)導(dǎo)航  考試論壇
      Copyright © 2007-2013 中華考試網(wǎng)(Examw.com) All Rights Reserved