One DB for Multiple wesites

Discussion in 'Open Discussion' started by jimmywh, Jun 20, 2011.

  1. Of course, there is nothing stopping you from using your database for any number of sites.

    Note:This could cause performance issue depending on how much information you are pulling from the SQL server for each site, just something to consider since I'm not sure how many sites you plan on having use the same database.
     
  2. Yes you can. There will be separate connection for each websites to your database. Number of simultaneous connections allowed can be customized in your database settings.
     
  3. Ray

    Ray

Share This Page