How to setup phpMyAdmin to prompt for login and password
January 15, 2015 / by Marco / Categories : Technology, Websites
By default, phpMyAdmin on WAMP automatically logs in using the root user account. To make this more secure you it is best to use an authentication method to prompt for the username and password. To do this follow these steps:
Edit the config.inc.php file located in C:\wamp\apps/phpmyadmin3.5.1
Look for the line that has auth type and change it the value from config to http as shown below
Save the file and then restart WAMP services
Try going to your phpmyadmin page by browsing to http://localhost/phpmyadmin
You will be prompted to enter a username and password as shown below
Our Sponsors
- Advertise Me Pty Ltd
Digital Signage Solutions
OTHER ARTICLES YOU MAY LIKE
SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY
If you are building anything serious on Supabase, whether that is a client portal, a SaaS app, an internal dashboard, or even a small side project that is starting to get traction, having a reliable database backup process is one of those tasks that quickly moves from optional to essential. Supabase makes a lot of […]
read more
USE FUSEBASE TO AUTOMATE TEAMWORK AND COLLABORATION
If your business is growing, your team is juggling too many moving parts, and your client communication is spread across email threads, chat apps, documents, task boards, and endless follow ups, there is a good chance the real problem is not effort but fragmentation. Most businesses do not lose time because people are lazy. They […]
read more




