I do have the access for the ftp account for this wordpress website and I need to access to its database.
Where can I find it? It doesn’t have a cpanel cause when I try to access www.sampleURL.com/cpanel
it shows:
Not Found The requested URL /cpanel was not found on this server.
Is there any other way?
You can use one of phpmyadmin-like tools out there. You can get the login data by editing
wp-config.php
file from your wp root.Well, you’d connect with the
mysql
client typically… you won’t find the database with an FTP client.