I am working on a website for a client who has several websites on her web hosting account. I would like to move one of the websites, which is running on WordPress, to my localhost. But am having issues with the MySQL db and can't figure out which database the site is using.
The wp-config.php points to one database, but when I look at that same database in phpMyAdmin there are none of the common WordPress tables in there. Instead of the prefix wp_ there are a bunch of tables with the prefix cp_. I don't know what that means. There are other databases on the client's hosting account that have WordPress tables, but the wp_options tables for them all point to other site URLs, not the one I'm trying to work on.
How can I find out which database is being used?
