Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. 1. (mine) phpMyAdmin > “database name” > EXPORT (make sure format = SQL, and all tables are selected) > hit “Go”
  2. 2. Move all site content to FTP > /public_html/ folder
  3. 3. (theirs) cPanel > MySQL Databases > Name and create new database
  4. 4. Add new user + generate password
  5. 5. Add user to DB (in cPanel)
  6. a. Give all privileges
  7. 6. (theirs) cPanel > phpMyAdmin > Databases > Choose db > Import > database from #1
  8. 7. Operations tab > change collation to same collation as tables from db
  9. 8. FTP > edit wp-config.php
  10. a. Change DB Name, user, and pass
  11. 9. Update Authentication unique keys
  12. 10. http://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to change all instances of localhost to server name
  13. 11. Open site in browser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement