I am working with Xampp during development and regularly export/download/import
the database via phpMyAdmin
. Now it is 3Mb and too large to complete a simple import (2Mb max.). I note that the ip_widget
table has over 11,000 rows and is occupying 2.6Mb of the database. Is there a way to make this database a size where it can be downloaded and imported via phpMyAdmin
?
ImpressPages saves all revisions of all pages to allow you to revert any page. To remove old information go to Config, add click Advanced options and select Remove old page revisions checkbox. Then visit System and click Clear cache.
Nevertheless, 2 Megabites is a very small amount of data. Change phpMyAdmin configuration (actually, PHP settings) to allow bigger upload size. When you reach hundreds of Megs, then you can think about optimization.