[精讚] [會員登入]
1587

[MariaDB] Centos 7安裝mariadb + apache + php + phpmyadmin

Centos 7安裝mariadb+apache+php+phpmyadmin

分享此文連結 //n.sfs.tw/10321

分享連結 [MariaDB] Centos 7安裝mariadb + apache + php + phpmyadmin@新精讚
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-10-07 11:30:13 最後編修
2016-11-29 11:55:33 By 張○○
 

自動目錄

 

此文部分內容因為版本更新後失效,僅供參考。

2022年有更新的文章可參考 [Centos7] 安裝apache+php7+mariadb10+selinux@新精讚

OS

# uname -a
Linux localhost.localdomain 3.10.0-327.36.2.el7.x86_64 #1 SMP Mon Oct 10 23:08:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

CentOS Linux release 7.2.1511 (Core)

安裝Mariadb(5.5)

安裝SERVER+CLIENT Devel
# yum install mariadb*

啟動
#  systemctl start mariadb

設定密碼

# mysql

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 2
Server version:
5.5.50-MariaDB MariaDB Server

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> SET PASSWORD FOR 'root'@'localhost' = PASSWORD( '3567488' );

安裝APACHE

# yum install httpd

# service httpd start

開啟防火牆
# firewall-cmd --zone=public --add-port=80/tcp --permanent

重啟防火牆
# service firewalld restart

安裝版本
# apachectl -v
Server version: Apache/2.4.6 (CentOS)
Server built:   Jul 18 2016 15:30:14

安裝PHP

# yum install php

# yum install php-mysql

安裝PHPMyAdmin

# yum install wget

# yum install unzip

# yum install php-mbstring

到網頁的目錄
# cd /var/www/html

去phpmyadmin官網下載最新的版本(2016.11.29)是4.6.5.1,此版本需要 PHP 5.5 to 7.0
# wget https://files.phpmyadmin.net/phpMyAdmin/4.6.5.1/phpMyAdmin-4.6.5.1-all-languages.zip
# unzip phpMyAdmin-4.6.5.1-all-languages.zip

或 PHP 5.3.7 to 7.0
# wget https://files.phpmyadmin.net/phpMyAdmin/4.4.15.9/phpMyAdmin-4.4.15.9-all-languages.zip
# unzip phpMyAdmin-4.4.15.9-all-languages.zip

修改目錄名稱
# mv phpMyAdmin-4.x.x.x-all-languages phpMyAdmin

開啟你的網頁http://x.x.x.x/phpMyAdm/

END

你可能感興趣的文章

[Mysql/Mariadb] 建立使用者及資料庫 Mysql/Mariadb建立使用者、刪除使用者、給予權限、建立資料庫

[Mysql] Trigger 觸發使用方法 trigger 在資料庫的使用上,具有極大的方便性,該如何使用?

[Mysql/Mariadb] 全文檢索 fulltext index 關於 MySQL 的全文檢索

group by的語法在mysql升級後後就不正常了,怎麼回事? ONLY_FULL_GROUP_BY這個變數是怎樣,讓我原本可以用的語法失效了?

[MySQL/Mariadb] console 將查詢結果輸出到檔案 在mysql 的console中該如何將查詢結果輸出到檔案?

[Mysql/Mariadb] 密碼設定強度修改 新的mysql對於密碼預設也把原來的規則改得更嚴格,此篇教你修改密碼的設定政策

隨機好文

HP SAS硬碟leds燈號說明 HP SAS硬碟leds燈號(hp g7/g6系統適用)說明

談借錢 人借錢時手心向上頭向下,人還錢時手心向下頭向上

[jQuery] select 元件的取值及給值 html中的元件select,在jquery中要如何使用?

[HP DL380G7] 生效啟動第3,4片網卡/開啟或關閉內建的網卡 HP DL380G7 預設第3,4片網卡裝完系統後找不到,難道是壞了?要怎麼辦?

[Windows7] 移除IE10及移除IE11 Windows7 不得已的情況要移除IE11或IE10怎麼做?