<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035214" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035214</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/spanning-data-over-databases#comment-1204141</link>
    <description> &lt;p&gt;Well good news, I was getting frustrated, so I wrote to one of the founders (i think) of the hosting company. (I have all e-mails saved from when I first signed up with then in 1997, and back then they responded to support from their personal accounts)&lt;/p&gt;
&lt;p&gt;Here it turns out that when I inquired about this to begin with and was told I couldn&#039;t have access to the mysql root account, either back then they didn&#039;t allow it, or i was just told wrong. In any case, they are changing my account to give me access to mySQL root. &lt;/p&gt;
&lt;p&gt;YEAH!&lt;/p&gt;
&lt;p&gt;As to why it needs to be individual, well for a practical reason, if for some reason the file gets corrupt, then it is only one customers data corrupt, instead of them all (still very unlikely), from a PR standpoint, it is amazing how reassuring it is to customers that their information is not &quot;sitting next&quot; to someone else (they enter very detailed company info like payroll, etc). &lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Jul 2006 23:01:58 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1204141 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/spanning-data-over-databases#comment-1204082</link>
    <description> &lt;p&gt;The closest thing I can think of is known as &lt;a href=&quot;http://en.wikipedia.org/wiki/Federated_database_system&quot; class=&quot;bb-url&quot;&gt;Database Federation&lt;/a&gt; and is used where very data-heavy databases are split physically (usually across seperate servers) so one server is not too heavily loaded. The best example of this is the speeding ticket system in the US: The database is split by the state the persons car is from, so when a police person creates a ticket the system checks the database for the current state first. As most of the cars driving around a particular state are going to have license plates (or number plates as we call them) from that state, it makes sense to look in that database first, then search through the other databases afterwards. The huge amount of data is neatly split across lots of different servers though, but is still accessible.&lt;/p&gt;
&lt;p&gt;There is another name for what you&#039;re trying to do though, and that&#039;s madness! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Database federation has it&#039;s place, and is not normally needed for 200 customers (unless they each have terabytes of data associated with them!) The first thing for you to do is have a serious look at the way your database is designed. It&#039;s rather disturbing that you need to create a new table for each customer! Something is _very_ wrong with a database if you have to change the schema every day (with some noteable exceptions, such as hosting).&lt;/p&gt;
&lt;p&gt;Why do you need to create a new table for every customer? If you don&#039;t mind me asking. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 23:46:30 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1204082 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/spanning-data-over-databases#comment-1204033</link>
    <description> &lt;p&gt;Sounds like a very complicated way to get around an inflexible host.&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 14:20:33 +0000</pubDate>
 <dc:creator>Shirthead</dc:creator>
 <guid isPermaLink="false">comment 1204033 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
