Posted under » Arch on 07 December 2024
in Garuda update, is just update. It will upgrade as well?
Installing LAMP. Arch supports MariaDB instead of MySQL by Oracle. However, it is still MySQL.
$ pacman -S apache php php-apache mariadb libmariadbclient mariadb-clients
To start or restart Apache,
$ systemctl start httpd.service
To check status
$ systemctl status httpd $ systemctl status mysql