groups

name language licence
ALTERNATING ROWS (WORDPRESS VERSION) PHP BSD
WORDPRESS (WP) CUSTOM FIELDS PHP BSD
WORDPRESS STATIC HTML TEMPLATE PHP BSD
Display In 2-Column Table PHP BSD
WordPress custom post listing PHP BSD
Export WordPress tables PHP BSD
SHOW WORDPRESS POST ATTACHMENTS PHP BSD
WORDPRESS GET URL PHP BSD

< 1 2 3 4 5 6 7 8 9 >



language: PHP
licence: BSD

Export WordPress tables

options: view full snippetsend to code collector
Export only WordPress tables from mysql database.



mysqldump -u dbname -p username --skip-opt -B --tables wp_categories wp_comments wp_link2cat wp_links wp_options wp_post2cat wp_postmeta wp_posts wp_usermeta wp_users > wordpress.sql

	
(Continues...)