I am working on a website for a client who has several websites on her hosting account. I would like to move one of the sites that runs on WordPress to my localhost. But I have problems with MySQL db and cannot figure out which database the site is using.
wp-config.php points to one database, but when I look at the same database in phpMyAdmin, it doesn't have any of the public WordPress tables. Instead of the wp_ prefix wp_ there are a bunch of tables with the cp_ prefix. I do not know what it means. There are other databases on the client hosting account that have WordPress tables, but the wp_options tables for them point to other site URLs, not the one I'm trying to work for.
How to find out which database is used?
source share