I have tried searching and not getting an exact Yes/No type answer. I am working with a customer and they want a multi-tenant database structure. After reading much about it I liked the individual customer schema approach. For example Customer1.Patient table, Customer2.Patient table and so on.
This would allow each customer to have 'customized' database structure while sharing the same database server.
Does anyone have any experience with this and tips/hints, etc. I guess I am asking does MySQL support this and any links I can research on how to set it up.
Thanks!
MySQL Rookie