Hi, I have two databases in a php / mysql application. One for user data and the other for content.
I have recently had to make use of inno db tables in order to enforce some referential integrity. Obviously, the user tables will be required to participate in these relationships.
Is there a way to keep the data separated whilst still maintaining referential integrity?
Any advice appreciated.
Thanks.