PhpMyAdmin page Available Publicly
Last updated
Was this helpful?
Last updated
Was this helpful?
phpMyAdmin is an application written in the PHP language that provides a web-based interface for the administration of MySQL databases.
An attacker can access, modify or delete all MySQL databases.
We have to put the phpMyAdmin after the URL
To prevent public access to the phpMyAdmin directory we have to add this $cfg['Servers'][$i]['AllowRoot'] = FALSE;
in phpMyAdminàconfig.inc.php file.
Do not allow access from the outside world!
phpMyAdmin default Apache configuration: