Konfigurasi Keamanan LAMPP
Secara default, untuk mengakses http://localhost/xampp/ tidak memerlukan password, begitu pula ketika kita akan mengakses MySQL dan FTP Server. Berikut adalah username dan password yang terdapat pada LAMPP:
localhost xampp username: lampppassword: (tanpa password)
mysql serverusername: rootpassword: (tanpa password)
proftp serverusername: nobodypassword: lampp
Untuk dapat mengubah password tersebut di atas kita dapat melakukannya dengan masuk ke terminal, dengan mengetikkan Ctrl + Alt + T, kemudian ketikkan :
$sudo /opt/lampp/lampp security
XAMPP: Quick security check...
XAMPP: Your XAMPP pages are NOT secured by a password.
XAMPP: Do you want to set a password? [yes] yes
XAMPP: Password:
XAMPP: Password (again):
XAMPP: Password protection active. Please use 'lampp' as user name!
XAMPP: The MySQL/phpMyAdmin user pma has no password set!!!
XAMPP: Do you want to set a password? [yes] yes
XAMPP: Password:
XAMPP: Password (again):
XAMPP: Setting new MySQL pma password.
XAMPP: Setting phpMyAdmin's pma password to the new one.
XAMPP: MySQL has no root passwort set!!!
XAMPP: Do you want to set a password? [yes] yes
XAMPP: Write the password somewhere down to make sure you won't forget it!!!
XAMPP: Password:
XAMPP: Password (again):
XAMPP: Setting new MySQL root password.
XAMPP: Change phpMyAdmin's authentication method.
XAMPP: The FTP password for user 'nobody' is still set to 'lampp'.
XAMPP: Do you want to change the password? [yes] yes
XAMPP: Password:
XAMPP: Password (again):
XAMPP: Reload ProFTPD...
XAMPP: Done.