s3rgio Posted June 25, 2015 Share Posted June 25, 2015 (edited) Hello everybody, I will try to perform two different Prestashop installations in same server, and both installs will share database tables for products and categories. For reasons that are irrelevant, I cannot use multistore feature. Does anyone have previous experience doing something similar? Or, can you contribute ideas? I'm not sure about try to do it from MySQL or modifying Prestashop. Some questions: Is it possible to make MySQL replicates a table on another table? Maybe some trigger that replicates the queries? (INSERT, UPDATE and DELETE). Maybe using federated tables? Or, is it possible to modify PrestaShop to change the prefix of the database of one of the installations, but only for tables of categories and products? It will be nice if someone can shed some light here. Thanks to all. Edited June 25, 2015 by s3rgio (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted June 30, 2015 Share Posted June 30, 2015 It is a bad idea. Files in both instances have to be completely the same and it can not be guaranteed. 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