AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: macat on June 21, 2013, 12:32:44 AM

Title: Export Database to new install
Post by: macat on June 21, 2013, 12:32:44 AM
Hi,
Is it possible to export the store to a new account?  The person I am setting the store up for wants to now buy their own domain, the store I originally set up is on one of my sub domains ... can I export the database into a new account via myphpadmin?
Title: Re: Export Database to new install
Post by: abolabo on June 21, 2013, 05:12:23 AM
easiest way:
1. do sql dump of your database
2. restore it on another host
3. copy all files to another host
4. edit system/config.php file (mysql credentials)
5. login into abantecart control panel, go to menu->system->setting and change store url.
Title: Re: Export Database to new install
Post by: macat on June 21, 2013, 06:27:51 PM
Thank you that sounds easy enough.