![]() |
how to export wordpress
How do I export a wordpress blog? Is this possible? I've got about 12 hours to figure it out. :{
|
FTP and a mysql dump.
|
mysqldump -u user -p database > db.sql
ftp all the files then import mysql -u user -p database < db.sql |
mysql dump, you can even do it through phpmyadmin if you have it installed on your server
|
You can pull the XML from the interface if you're afeared of FTP.
|
copy the whole site folder
go into phpmyadmin and export all the tables from the site upload all the files onto the new server/host upload the mysql database into the new database with phpmyadmin |
copy the whole site folder
go into phpmyadmin and export all the tables from the site upload all the files onto the new server/host upload the mysql database into the new database with phpmyadmin |
thanks everyone.
|
All times are GMT -7. The time now is 06:00 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123