petenaylor Posted July 22, 2010 Share Posted July 22, 2010 Hi allIs there a way of copying the mySQL tables from one Prestashop database to another?I need to copy all of the categories and products over.If so, which tables need copying?Many thanksPete Link to comment Share on other sites More sharing options...
rocky Posted July 23, 2010 Share Posted July 23, 2010 The categories are in all the tables starting with ps_category, except ps_category_product, which links the products to the categories. The products are in all the tables starting with ps_product. If you have attachments, you'll need to copy the tables starting with ps_attachment and if you have attributes, you'll need to copy the tables starting with ps_attribute. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now