We have multiple sites I'm working to migrate into Linode (basic LAMPs).
Since many of the sites basically use copies of the same tables (I.E. calendar, geography info, etc.) I'm considering making a standalone MySQL linode from which all the sites would pull. (
reference library link) The non-specific info would be in one schema and the site-specific info would be parsed into their own schemas. Loading all the sites into a single upgraded linode isn't an option because we don't want them all crowding into a single IP.
The first obvious thing I see is requiring two db connections per site, for the main and site-specific DBs.
Is this a good idea, or am I just making more work in the long run?