Moving a WordPress Blog
-
I have a blog set up at https://johnmag4u.com/blog/ . I am trying to move it to a different host at https://johnmag4u.info . I did a complete MySQL database dump on the old server. Did a complete MySQL database import on the new server. I created a user with the same user name and password as the old sever with full rights to the imported database. Using PHPMyAdmin I can log into the new database and see everything. I change the DB_HOST in the new wp-config.php to the new MySQL Server. When I try to access the new blog, I receive the error:
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at 24.229.11.138. This could mean your host’s database server is down.
I have checked the username and password several times (in the wp-config.php file and using PHPMyAdmin). I also checked the database server by navigating to 24.229.11.138/phpmyadmin and everything loads correctly.
Is there anything else I should need to do?
- The topic ‘Moving a WordPress Blog’ is closed to new replies.