• I have like 20 websites. I want to change my admin password via PHPmyAdmin. However, I am unaware which database links to what site?

    My databases are simply labeled: wrdp_1, wrdp_2, wrdp_20.

    How can I figure out which website = what database wrd_?

    You would think the domain would be listed somewhere but nope.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The URL should be listed in the “wp_options” table.

    1.
    you can get the domain of a particular database in wp_options table under ‘siteurl’ field.

    OR

    2.
    you can browse file directory of a particular domain and check details about particular database it is using in wp-config.php file under this line

    /** The name of the database for WordPress */

    go to each database (phpmyadmin), and click on wp_option, you should see the site url.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Driving Me Nuts!!’ is closed to new replies.