Is there any way to export all of the settings and tables from one installation to another? I want to buy another license, but I'd need to be able to duplicate ALL plugin settings and tables/charts from one install to another...
There is no built in feature that will allow you to do this but it can be done through phpMyAdmin by transferring our plugin MySQL tables.
Basically you'll need to export tables from current installation and import it to new one. Then after importing those tables you just upload plugin files to
/yourwordpress/wp-content/plugins
and activate it from plugins page in your admin Dashboard.
Tables that need to be copied are (please take a look at the attachment)
wp_wpdatacharts
wp_wpdatatables
wp_wpdatatables_columns
wp_wpdatatable_1 (2, 3, 4...) - these are manually created tables.
Is there any way to export all of the settings and tables from one installation to another? I want to buy another license, but I'd need to be able to duplicate ALL plugin settings and tables/charts from one install to another...
Hi Getbin,
There is no built in feature that will allow you to do this but it can be done through phpMyAdmin by transferring our plugin MySQL tables.
Basically you'll need to export tables from current installation and import it to new one. Then after importing those tables you just upload plugin files to
/yourwordpress/wp-content/plugins
and activate it from plugins page in your admin Dashboard.
Tables that need to be copied are (please take a look at the attachment)