Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 520 Bytes

Install_phpmyadmin_Apache.md

File metadata and controls

14 lines (14 loc) · 520 Bytes

How to Install phpmyadmin with Apache Web Server

  • Install phpMyAdmin and Other Plugins
apt update
apt upgrade
apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl
- php-mbstring: A module for managing non-ASCII strings with different encodings
- php-zip: An extension that facilitates uploading .zip files to phpMyAdmin
- php-gd: Enables support for GD graphics library
- php-json: Provides support for JSON serialization
- php-curl: Allows PHP to communicate with other servers