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 database design

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-14-10, 06:49
punky79 punky79 is offline
Registered User
 
Join Date: Jul 2010
Posts: 5
mysql database design

Looking for any suggestions or advise or even best practices.
I have developed an online database using php and mysql. It allows companies to log complaints and resolutions etc. There is a user database for login and a cip database for logging the main data. 2 companies are trialing and testing the database. At the moment each company is using separate databases and separate html pages. I am wondering what the best way to add more companies.
Ideas that I have are:
1.
To have one large database for users and one large database for cip and use a company id or similar to identify individual companies records in the database.
2.
To use the same html pages for every company but select which database to use from the login details. So that each company will have a separate cip database but all companies use the same users database.
3.
Or just keep everything separate for every company. (this might be really bad for doing updates)

I hope I have made myself clear and look forward to any suggestions.

Thanks

Last edited by punky79; 07-14-10 at 07:23.
Reply With Quote
  #2 (permalink)  
Old 07-14-10, 07:18
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
use a company_id
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 07-14-10, 07:23
punky79 punky79 is offline
Registered User
 
Join Date: Jul 2010
Posts: 5
Thanks for your reply...on both forums

Option 1 it is then and will use company_id
Reply With Quote
Reply

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