Using MYSQL and PHP With Vitual Apache Servers ?

2002-01-06 Thread Matthew Darcy
Hi, I have a redhat server, running apache 1.3.20. The server is running a couple of virtual servers for different websites. I now wish to add a few new virtual servers/domains to the machine. However (here is the twist) these sites will need to use a different mysql schema each and have some

Re: Using MYSQL and PHP With Vitual Apache Servers ?

2002-01-06 Thread Gerald R. Jensen
and PHP programming ... there are a number from publishers like New Riders, O'Reilly, WROX, etc. Gerald Jensen - Original Message - From: Matthew Darcy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 06, 2002 7:06 AM Subject: Using MYSQL and PHP With Vitual Apache Servers ? Hi

RE: Using MYSQL and PHP With Vitual Apache Servers ?

2002-01-06 Thread Roger Baklund
* Matthew Darcy I have a redhat server, running apache 1.3.20. The server is running a couple of virtual servers for different websites. I now wish to add a few new virtual servers/domains to the machine. However (here is the twist) these sites will need to use a different mysql schema each

Re: Using MYSQL and PHP With Vitual Apache Servers ?

2002-01-06 Thread j.urban
Why not just create separate databases for each virtual server? It sounds like a perfect situation to create multiple databases, as databases do provide data separation... mysql create database Virtual1; mysql create database Virtual2; mysql create database Virtual3; mysql create database

FW: Using MYSQL and PHP With Vitual Apache Servers ?

2002-01-06 Thread Brian E. Beck
Sorry, I forwarded this worng the first time... --Brian -Original Message- From: Brian E. Beck [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 06, 2002 8:17 AM To: j.urban Subject: RE: Using MYSQL and PHP With Vitual Apache Servers ? In fact, I run 30 virtual servers, and 10 of them

RE: Using MYSQL and PHP With Vitual Apache Servers ?

2002-01-06 Thread Matthew Darcy
are interested drop me a personal mail. -Original Message- From: j.urban [mailto:[EMAIL PROTECTED]] Sent: 06 January 2002 15:44 To: Matthew Darcy Cc: [EMAIL PROTECTED] Subject: Re: Using MYSQL and PHP With Vitual Apache Servers ? Why not just create separate databases for each virtual server