Frage

I'm looking into my local wp-config and I see this:

define('DB_NAME', 'wordpress');
define('DB_USER', 'wordpress');
define('DB_HOST', 'localhost');

But no matter which combination I use I can't login to phpmyadmin, how can I troubleshoot this so I can see my database tables?

Keine korrekte Lösung

Andere Tipps

You wont be able to login to your phpmyadmin using localhost. You'll need to ask your hosts what the actual IP or Address is.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top