Install SIMRS Khanza di server Ubuntu 20.04: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=Persiapan server= | =Persiapan server= | ||
apt update | |||
apt install apache2 mariadb-server php phpmyadmin | |||
systemctl enable apache2 | |||
systemctl enable mariadb | |||
systemctl start apache2 | |||
systemctl enable mariadb | |||
mysql_secure_installation | |||
Enter current password for root (enter for none): | |||
Set root password? [Y/n] y | |||
New password: | |||
Re-enter new password: | |||
Remove anonymous users? [Y/n] y | |||
Disallow root login remotely? [Y/n] y | |||
Remove test database and access to it? [Y/n] y | |||
Reload privilege tables now? [Y/n] y | |||
Revision as of 14:24, 12 August 2024
Persiapan server
apt update apt install apache2 mariadb-server php phpmyadmin systemctl enable apache2 systemctl enable mariadb systemctl start apache2 systemctl enable mariadb mysql_secure_installation Enter current password for root (enter for none): Set root password? [Y/n] y New password: Re-enter new password: Remove anonymous users? [Y/n] y Disallow root login remotely? [Y/n] y Remove test database and access to it? [Y/n] y Reload privilege tables now? [Y/n] y