phpmyadmin在centos7中安裝
phpmyadmin簡介
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
步驟1 在網路中下載,安裝包這裡我們下載的是phpMyAdmin-4.4.15.10-all-languages.zip版本的。注意要與安裝的php的版本和mariadb版本相符合。
步驟2 unzip解壓縮之後,將其複製進入你設定的瀏覽器路徑中。這裡我使用預設的/var/www/html/這個路徑。
為了方便升級,建立了一個連結ln -sv phpMyAdmin-4.4.15.10-all-languages pma
步驟3 cd pma中,然後修改config.example.inc.php的檔案,把裡面的$cfg[`blowfish_secret`] =‘’在這裡寫入一段自己生成的隨機數。用命令tr -a `a-zA-Z0-9` < /dev/urandom | head -30 | md5sum
生成的隨機數加入其中。
步驟4 將config.example.inc.php改為config.inc.php
步驟5 用網路192.168.18.9/pma登陸這時候會出現The mbstring extension is missing. Please check your PHP configuration.的錯誤,這時候需要安裝一個php-mbstring的安裝包。
步驟6 因為預設密碼不可為空,所以在終端中鍵入mysql 進入mysql的命令列中,
鍵入:MariaDB [(none)]> SET PASSWORD FOR `root`@`localhost`=PASSWORD(`150370992390kd`);
MariaDB [(none)]> FLUSH PRIVILEGES
MariaDB [(none)]> exit
至此就可以用root使用者從web頁面登陸進行管理mysql資料庫了。
本文轉自 神蹟難覓 51CTO部落格,原文連結:xxxhttp://blog.51cto.com/ji123/1952453xxxx,如需轉載請自行聯絡原作者
相關文章
- 騰訊雲Centos7系統安裝phpmyAdminCentOSPHP
- 在CentOS7中,使用yum安裝NginxCentOSNginx
- phpMyAdmin安裝PHP
- 手把手教你在centos7中安裝mysqlCentOSMySql
- 在VM虛擬機器中安裝centos7虛擬機CentOS
- 在Centos7上安裝DockerCentOSDocker
- centos7中安裝mysqlCentOSMySql
- centos7中使用yum安裝NGINX安裝CentOSNginx
- Laragon 下的 PhpMyAdmin 安裝GoPHP
- PHP、MySQL、phpmyadmin的安裝PHPMySql
- 我們如何正確的在Ubuntu上安裝phpmyadmin?UbuntuPHP
- 在Centos7上安裝Redis6CentOSRedis
- 在CentOS7上安裝Zabbix3.0CentOS
- 在centos7上安裝mysql5.7CentOSMySql
- phpMyAdmin的安裝及排錯PHP
- 在centos7中安裝redis,並通過node.js操作redisCentOSRedisNode.js
- PostgreSQL tar.gz在centos7上安裝SQLCentOS
- CentOS7中安裝LZO壓縮程式CentOS
- centos7中使用yum安裝OpenJDKCentOSJDK
- centos7中aspera軟體的安裝CentOS
- mac os x中安裝mysql+phpmyadmin的方法記錄MacMySqlPHP
- Centos7安裝安裝部署dockerCentOSDocker
- Linux 7安裝和配置phpmyadminLinuxPHP
- 在Centos7上安裝圖形化桌面工具CentOS
- Docker架構及在Centos7上安裝dockerDocker架構CentOS
- 在 CentOS7 上安裝 zookeeper-3.4.9 服務CentOS
- 安裝centos7最小化安裝CentOS
- CentOS7 在 VirtualBox 上的安裝配置(3) — 圖形介面安裝篇CentOS
- 安裝與配置MySQL,phpmyAdmin;安裝與測試PHPLIB (轉)MySqlPHP
- 安裝phpMyAdmin來管理Mysql資料庫PHPMySql資料庫
- 搭建lamp環境以及安裝配置phpmyadminLAMPPHP
- WINXP下安裝Apache,PHP,MySQL,phpMyAdmin薦ApachePHPMySql
- 寶塔皮膚提示請先安裝phpmyadminPHP
- CentOS7 安裝 memcacheCentOS
- Centos7安裝nginxCentOSNginx
- CentOS7 安裝 dockerCentOSDocker
- CentOS7 安裝 MySQLCentOSMySql
- CentOS7安裝RedisCentOSRedis