Question:
How do I send a Wordpress blog to a Flippa buyer?
Kristi
2011-10-28 15:15:42 UTC
I know how to transfer domain names.
Five answers:
natsrimfaxe
2011-10-30 05:57:39 UTC
Download BackUpBuddy

1. Do a full back up

2. download the full back up file

3. download the importbuddy.php file



and send those 2 files the the buyer.



He is now able to install his blog by

1. setting up a database, database us

2. upload the 2 files of yours

3. go to domain.com/importbuddy.php and set it up in 3 step by instruction.



Easy ;)
2011-10-29 02:42:14 UTC
Backup your Wordpress database using phpMyAdmin



First thing first, make a backup of your database using phpMyAdmin. Once you have successfully logged into phpMyAdmin (cPanel -> MySQL -> phpMyAdmin) , click on the name of the database which contains your WordPress blog. Then click on Export in the main navigation area, within the export screen you must complete the following steps:



click on ’select all’ and ‘SQL’ from the Export menu

select ‘add Drop Table’, ‘add Auto_Increment value’ and ‘enclosure table and field names with blackquotes’ from the Structure menu

select ‘Complete inserts’ and ‘Use hexadecimal for binary files’ from Data

you can leave all the other values at their defaults

Once all those settings are selected you simply click on ’save as file’, this will download a file named wordpress.sql to your desktop. And that is that. You have successfully backed up your database.



If you don’t have PHPmyadmin installed on your hosting account, you can use mySQLDump from a SSH terminal.



Download/Upload all your WordPress files using FTP.



You will need to download ALL your files from your old host and upload them to your new host. This includes files from your themes folder and plugins folder. Make sure you also download any folders which were referenced outside of your blog folder. For example I use a seperate folder called ‘images’ which is located outside of ‘blog’. If I didn’t copy and upload this folder to my new host I would have a lot of broken links to images within my blogpost. This is not a pretty sight.



The FTP client I use is Filezilla. By default Filezilla does not display your .htaccess file, probably for security reasons but I’m not too sure. To ensure that your .htaccess file is included in your download you must click on ‘View’ and then enable ‘Show Hidden Files’. If you neglect to upload your .htaccess file then your permalinks will not work.



Please note that you should not take this oppurtunity to update to a newer version of Wordpress. Your database may not sync’ as a result. Complete your migration before you consider upgrading.



Edit wp-config.php and create a new Wordpress database.



First, head to your control panel and click the MySQL Databases icon. You need to create a new database with a name appropriate for your blog. Also, you will need to create a database username and password. Finally, assign the new user to the new database and grant "All Privileges".



Okay, so we are nearly there. You must now edit wp-config.php to include the database settings of your new database.



/** The name of the database for WordPress */

define('DB_NAME', 'cpuser_dbname');



/** MySQL database username */

define('DB_USER', 'cpuser_uname');



/** MySQL database password */

define('DB_PASSWORD', '******');



/** MySQL hostname */

define('DB_HOST', 'localhost');

Once you have edited the file with your new database settings, upload it to the root of your blog folder (unless you edited the file on the server).



So now everything is set, except that your new database does not contain any database tables.



Import your Wordpress blog to your new Database.



You can use either phpMyAdmin to import your database or you can use BigDump. BigDump is the preferred option if you have a large database (10mbs or more). There is a step by step guide on how to use BigDump on their website.



Once you have logged in, you can choose between two methods to complete the import. You can click on ‘SQL’ and run a query or you can use the ‘Import’ link to upload your wordpress.sql file into your database. I recommend using the latter, as the query may take a long time and can sometimes crash your browser. Using the import feature is less strenuous on the browser.
bettina
2016-10-22 11:26:57 UTC
almost all linux information superhighway hosting can help wordpress weblog run, you desire disk area, site visitors, area, mysql, ftp. Now, extra hosting servers help limitless web hosting, like limitless area, limitless site visitors, limitless area host, limitless Mysql. I recommend you have chose like bluehost, hostgator, Lunarpages, those information superhighway hosting can help one key to place in wordpress weblog, and likewise you may build as plenty wordpress weblog as you like.
2011-11-01 04:57:36 UTC
1) Unlock your domain and give EPP code to buyer, so that he can transfer the domain

2) Take backup of database and downlaod the gzipped of your db and give it to your buyer

3) IF you are using cPanel use file manager to compress your complete wordpress folder and give it to client
alexdigital
2011-11-01 10:24:19 UTC
Flippa have a guide.



Check it out here: https://flippa.com/help/transfer-a-wordpress-site


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...