meetpd
meetpd

Reputation: 9219

Problem moving Wordpress site from one server to another

I moved an existing wordpress site from one server to another.

But when I run it shows database connection error.

In which file do we specify new database related information in Wordpress?

Please let me know.

Thanks!

Upvotes: 1

Views: 141

Answers (2)

Jeremy Morgan
Jeremy Morgan

Reputation: 3372

Here is the official how to for doing this. You'll need to move the files, the database, and likely you'll have to change the hostname in wp-config.

http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server

Upvotes: 0

Brock Batsell
Brock Batsell

Reputation: 5803

Database configuration details are located in wp-config.php in the root Wordpress directory.

Upvotes: 1

Related Questions