Re: [PHP-DB] Multiple MySQL schemas

2009-12-08 Thread Bastien Koert
On Tue, Dec 8, 2009 at 12:54 PM, Philip Thompson wrote: > Hi all. > > We are wanting to create an app that contains multiple clients. Each clients > has anywhere from 1 user to more than a hundred. We had the idea of > separating each client into its own database schema. This reduces the single

[PHP-DB] Multiple MySQL schemas

2009-12-08 Thread Philip Thompson
Hi all. We are wanting to create an app that contains multiple clients. Each clients has anywhere from 1 user to more than a hundred. We had the idea of separating each client into its own database schema. This reduces the single point of failure - if 1 client db dies, it doesn't kill the other