LAMP: Linux Apache2 MariaDB PHP + PhpMyyadmin
Install mariadb
# apt-get install mariadb-server mariadb-client
Set mysql root password
# mysqladmin -u root password [yourpassword]
Install Apache2 and PHP
# apt-get install apache2 php libapache2-mod-php php-gd php-mysql
Disable autostart
# systemctl disable mariadb
# systemctl disable apache2
install phpmyadmin
- Install depedency php-twig (> 2.9) from backport
#apt-get install -t buster-backports php-twig
- Install phpmydmin
# apt-get install phpmyadmin php-bz2 php-curl php-tcpdf php-zip
No comments:
Post a Comment