You should get a url from your hosting company where you can log in. Sometimes you can also access it via your control panel.
Not all servers provide PhpMyAdmin interfaces though- there are many programmes such as MySQL workbench and DB Forge that will help you get in. You should be able to get in using those credentials.
Thread Starter
rashah
(@rashah)
@martincds – Thanks!
Unfortunately my host does not provide such functionality. I have to download phpmyadmin, which I already did and establish a connection to my WordPress database.
I just don’t know how to establish such connection.
Is it requesting for DB info? The info for the DB connection should be in your wp-config.php code; there you can get the host, db user and db password.
Thread Starter
rashah
(@rashah)
@rudym
I already know where to get that info from. I am trying to create a new database in phpmyadmin GUI and establish a connection to it, so I can actually see all my tables, rows, and data I have stored.
I don’t know, maybe I’m overlooking something and making something simple too hard?