|
12 years ago 11 |
If you go to http://localhost/xampp/index.php and then click on the security link you'll see all the stuff that are unsecure. And you might not be able to make changes into you htdocs folder because of these unset security.
To make all these stuff secure do following.
1. Open terminal and login as root.
su root
/opt/lampp/lampp security
XAMPP: Your XAMPP pages are NOT secured by a password.
XAMPP: Do you want to set a password? [yes]
yes
XAMPP: The MySQL/phpMyAdmin user has no password set!
XAMPP: Do you want to set a password? [yes]
XAMPP: MySQL has no root password set!
XAMPP: Do you want to set a password? [yes]
XAMPP: The FTP password is still set to 'lampp'.
XAMPP: Do you want to change it? [yes]
yes
For further help check the images on these links:
http://images60.fotki.com/v224/photos/0/2046020/11002106/xampp11-vi.png
http://images17.fotki.com/v524/photos/0/2046020/11002106/xampp22-vi.png
http://images52.fotki.com/v1563/photos/0/2046020/11002106/xampp33-vi.png
http://images108.fotki.com/v191/photos/0/2046020/11002106/xampp9-vi.png
Thank you! Great post.