Configure MariaDB By default, MariaDB allows connection only from localhost, sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf Change the value of the bind-address from 127.0.0.1 to 0.0.0.0 so that Mar…
Login sebagai root pada sistem menggunakan perintah berikut dan masukan password root sudo nano /etc/apache2/ports.conf Kemudian restart services Apache dengan perintah berikut sudo systemctl restart …