1.安裝Apache
成都創(chuàng)新互聯(lián)專注于榮成網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供榮成營銷型網(wǎng)站建設(shè),榮成網(wǎng)站制作、榮成網(wǎng)頁設(shè)計、榮成網(wǎng)站官網(wǎng)定制、微信小程序服務(wù),打造榮成網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供榮成網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。yum install httpd #根據(jù)提示,輸入Y安裝即可成功安裝
systemctl start httpd.service #啟動apache
systemctl stop httpd.service #停止apache
systemctl restart httpd.service #重啟apache
systemctl enable httpd.service #設(shè)置apache開機(jī)啟動
2.安裝Mariadb
yum install mariadb mariadb-server #詢問是否要安裝,輸入Y即可自動安裝,直到安裝完成
systemctl start mariadb.service #啟動MariaDB
systemctl stop mariadb.service #停止MariaDB
systemctl restart mariadb.service #重啟MariaDB
systemctl enable mariadb.service #設(shè)置開機(jī)啟動
cp /usr/share/mysql/my-huge.cnf /etc/my.cnf #拷貝配置文件(注意:如果/etc目錄下面默認(rèn)有一個my.cnf,直接覆 蓋即可)
2.1 初始化數(shù)據(jù)庫
mysql_secure_installation
回車,根據(jù)提示輸入Y
輸入2次密碼,回車
根據(jù)提示一路輸入Y
最后出現(xiàn):Thanks for using MySQL!
MySql密碼設(shè)置完成,重新啟動 MySQL:
systemctl restart mariadb.service #重啟MariaDB
3.安裝PHP
yum install php #根據(jù)提示輸入Y直到安裝完成
3.1 安裝PHP組件,使PHP支持 MariaDB
yum install php-mysql php-gd libjpeg* php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-bcmath php-mhash #這里選擇以上安裝包進(jìn)行安裝,根據(jù)提示輸入Y回車
systemctl restart mariadb.service #重啟MariaDB
systemctl restart httpd.service #重啟apache
4.安裝phpMyadmin
yum install phpmyadmin php-mcrypt
phpMyAdmin 的默認(rèn)安裝目錄是 /usr/share/phpMyAdmin,同時會在 Apache 的配置文件目錄中自動創(chuàng)建虛擬主機(jī) 配置文件 /etc/httpd/conf.d/phpMyAdmin.conf(區(qū)分大小寫)。默認(rèn)情況下,CentOS 7上的phpMyAdmin只允許從 回環(huán)地址(127.0.0.1)訪問。為了能遠(yuǎn)程連接,你需要改動它的配置。
vi /etc/httpd/conf.d/phpMyadmin.conf
systemctl restart httpd
瀏覽器訪問地址http://ip/phpmyadmin
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。