PHP My Admin Question

by 3 replies
4
Can someone please help me with a PHP MyAdmin problem?

I have 10 different MySQL databases set up in my hosting account and I need to backup/download one because I've moving the entire blog to new servers.

I thought I had kept a record of each database (they are named with numbers - wrd1, wrd2 etc.), but for the life of me, I can't find the email I received when I set up this blog.

How can I find out which of these MySQL databases belongs to the blog I need to move?

Advice gratefully received :confused:
#programming #admin #php #question
  • Look in wp-config.php in the root of that website. (I presume it's wordpress)
  • If its not wordpress the best way is to find the config file for whatever you are using. What your looking for is the DB connection string.
  • Yes, it's Wordpress. Thanks, I'll look in wp-config.php

Next Topics on Trending Feed

  • 4

    Can someone please help me with a PHP MyAdmin problem? I have 10 different MySQL databases set up in my hosting account and I need to backup/download one because I've moving the entire blog to new servers.