PHPMyAdmin
This guide will show you how to whitelist your GoodAccess IP address in PHPMyAdmin.
Last updated
Was this helpful?
This guide will show you how to whitelist your GoodAccess IP address in PHPMyAdmin.
This guide has been created for Ubuntu 20.04 / Apache 2
Open phpmyadmin.conf for editing.
sudo nano /etc/apache2/sites-available/phpmyadmin.confAdd the following lines below the line “DirectoryIndex index.php”
Require ip specific_ip_address
Require ip ::1Replace specific_ip_address with the GoodAccess Gateway IP.
Save and close the file and Restart Apache2 for the changes to take effect.
sudo systemctl restart apache2Last updated
Was this helpful?
Was this helpful?