Re: multiple mysql instances and virtualhosts

2003-06-23 Thread daniel
oh dear apologies , i meant virtualhosts in an apache server environment, as in different sites on the same machine > At 8:22 +1000 6/24/03, electroteque wrote: >>this has prob been bought up many of times but how would it be possible >>to setup different mysql source instances for each individual

Re: multiple mysql instances and virtualhosts

2003-06-23 Thread Paul DuBois
At 8:22 +1000 6/24/03, electroteque wrote: this has prob been bought up many of times but how would it be possible to setup different mysql source instances for each individual virtualhost on a machine ? What do you mean by "virtual host" here? -- MySQL General Mailing List For list archives: ht

RE: multiple mysql instances and virtualhosts

2003-06-23 Thread Mike Hillyer
It is definitely possible, see http://www.mysql.com/doc/en/Multiple_servers.html Of course, you could save yourself some trouble and just setup a separate database on the same instance. Regards, Mike Hillyer www.vbmysql.com > -Original Message- > From: electroteque [mailto:[EMAIL PROTEC

re: Multiple MySQL Instances on the same machine

2003-03-07 Thread Egor Egorov
On Friday 07 March 2003 08:02, Prashant wrote: > We are writing some set of generic scripts to start / stop MySQL instances > on a particular Linux machine. We want to address the complexity of > configuring & running multiple MySQL instances on the same machine. Can we > get the information about

Re: Multiple MySQL Instances on the same machine

2003-03-07 Thread Dyego Souza do Carmo
Respondendo, sexta-feira, 7 de março de 2003, 03:02:24, Mensagem Original: P> Hello , P> We are writing some set of generic scripts to start / stop MySQL instances P> on a particular Linux machine. We want to address the complexity of P> configuring & running multiple MySQL instances on the same

RE: Multiple MySQL Instances...

2002-11-01 Thread Black, Kelly W [PCS]
PRIVILEGES; The server will automatically answer on the virtual socket. Regards, ~Kelly W. Black -Original Message- From: Matt Neimeyer [mailto:matt@;neimeyer.org] Sent: Friday, November 01, 2002 10:45 AM To: Daniel Kasak; [EMAIL PROTECTED] Subject: Re: Multiple MySQL Instances... &

Re: Multiple MySQL Instances...

2002-11-01 Thread Matt Neimeyer
On Redhat Linux is there an easy way to have an ISP style setup where each "user" has their own database directory? Why not just create a database per user and run them all under the one MySQL instance? Then call the database the name of the user, or some unique name anyway. You can then limit

RE: Multiple MySQL Instances...

2002-10-31 Thread jeff
Hello Matt You probably already thought of this - but why not just set up a database or table for each department and set up separate users with privileges to their corresponding database or table? It would virtually accomplish the same thing. They would have their own database that could on

Re: Multiple MySQL Instances...

2002-10-31 Thread Daniel Kasak
Matt Neimeyer wrote: Hey All, On Redhat Linux is there an easy way to have an ISP style setup where each "user" has their own database directory? Long story short, we have to implement a small in house server that will allow multiple departments to create their own little web pages. Perhaps