GoodAccess
GoodAccess Website
Request Free Trial
Download App
Search…
Welcome to GoodAccess
Getting started
First steps
How to connect
Team management
Systems
Access Control
Roles / Managers
BackUp Gateway
Advanced networking
IP whitelisting
APACHE Web Server
AWS VPC
Azure (Office 365)
Google Cloud
Magento
Microsoft IIS
Nginx
OpenCart
PHP
PHPMyAdmin
Pipedrive
PrestaShop
SalesForce
SSH server
WordPress
ZOHO CRM
Clouds & Branches
Split tunneling
RDP - Windows
Security & Compliance
2FA
Domain-level protection
SSO
FAQ
Gateways
Product
Payments & Billing
Troubleshooting
Technical issues
Payments & Billing
Login & Password
Powered By
GitBook
PHPMyAdmin
Guide is created for Ubuntu 20.04 / Apache 2
Step 1
Open the phpmyadmin.conf for editing.
1
sudo nano /etc/apache2/sites-available/phpmyadmin.conf
Copied!
Step 2
Add the following lines below the line “DirectoryIndex index.php”
1
Require ip specific_ip_address
2
Require ip ::1
Copied!
Replace
specific_ip_address
with actual IP address.
Step 3
Save and close the file.
Step 4
Restart apache for the changes to take effect.
1
sudo systemctl restart apache2
Copied!
Previous
PHP
Next
Pipedrive
Last modified
5mo ago
Copy link
Contents
Step 1
Step 2
Step 3
Step 4