If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL & Schema Support

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-11, 09:25
pinkfloyd43 pinkfloyd43 is offline
Registered User
 
Join Date: Dec 2010
Posts: 39
MySQL & Schema Support

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
Reply With Quote
  #2 (permalink)  
Old 11-29-11, 10:49
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 620
While this appears on the surface good, you also have to look at it from a maintenance point of view. If your application needs a database change you will need to perform that same change everywhere. The more schema/databases you have the more changes you need to apply before rolling out the new application. On the other hand having different databases allows you to roll out slowly a new version of the application when data model changes are required.

What type of application will this be i.e. web based solution? If this is the case you will need multiple configuration files setup with a username, password and default database which is used in the connection to the database server.
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
Reply With Quote
Reply

Tags
schema

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On