Security Center

From AMPPS Wiki
Jump to: navigation, search

Contents

Check Security Status of AMPPS

Security.jpg

  • Here you will know the security status of AMPPS, phpMyAdmin & MySQL. i.e if the status is Unsecured that means the password of corresponding subject is not set.

Security status.jpg

Secure AMPPS

  • To secure AMPPS with a password follow:

How to Secure AMPPS

Secure MySQL

  • To secure MySQL with a password follow:

How to Change MySQL root Password

Secure PhpMyAdmin

  • To secure phpMyAdmin with a password. Open phpMyAdmin Configuration file config.inc.php located in path/to/AMPPS/phpMyAdmin, find this line: $cfg['Servers'][$i]['auth_type'] = 'config'; and change it to

$cfg['Servers'][$i]['auth_type'] = 'cookie';

or

$cfg['Servers'][$i]['auth_type'] = 'http';

Note: Login Details will be same as MySQL's root details.

  • When all the Subjects are secured with password, you will see "Secured" in front of each Subject.

Security secured.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox