Quote:
1. Get into the source database with phpMyAdmin 2. Browse the wp_options table 3. Click on the SQL tab and enter the following query: Code:
SELECT * FROM `wp_options` WHERE option_name LIKE "bfa_ata%" 5. Scroll to the bottom of the page and click on 'Export' 6. Untick the 'Structure' checkbox 7. In the 'Data' section of the page choose REPLACE as the export type (drop down list) 8. Tick 'Save as File' and click 'Go' 9. Save the file somewhere sensible 10. Get into the destination database with phpMyAdmin 11. 'Import' the file you've just saved into the database of the new WP where you want to replicate your Atuahalpa skin. |