Quote:
Originally Posted by AbyssUnderground
Avoid using config as your auth type, its insecure. All it takes is someone to know your phpmyadmin URL and they have access to your database. Use cookie authentication as that way you have to enter the password each time you access the it.
|
That's what I use "cookie auth"
Post your config.inc.php (obviously editing out your username/password and blowfish if you have one set)