A web application that allows users to manage a MySQL database.

learn more… | top users | synonyms

0
votes
2answers
42 views

Cannot log in to phpMyAdmin with users account: Get root override message

I am trying to access PHPMyAdmin but I get the You are logged in with the root, or reseller's password message, even though I am logged in using the users account (not my root account). I have tried ...
1
vote
1answer
69 views

How to access phpMyAdmin with Hosting Controller?

I am trying to update a site for a client. All the login info they have given me is for something called Hosting Controller. Ive never seen it before but it seems like cPanel. I can create email ...
-1
votes
1answer
3k views

XAMPP phpMyAdmin - Access forbidden!

I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line: Order deny,allow Deny from all Allow from ...