Jump to content

HOW TO COPY THE SQL DATE BASE FROM ONE PRESTASHOP TO ANOTHER?


Recommended Posts

do you have access to phymyadmin for both databases?

 

if so:

1. via phpmyadmin export your entire source db

2. create new db

3. via phpmyadmin (in your new db) import your original source db

4. modify your new db as follows:

(your prefix_)configuration

PS_SHOP_DOMAIN --> your domain name (no http://)

PS_SHOP_DOMAIN_SSL --> --> your domain name (no http://)

 

You will also require modification to the (your root)/config/settings.inc.php

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...