RE: setting up two instances of mySQL

2002-06-13 Thread Mark.Andrachek
;[EMAIL PROTECTED]>, MySQL Support <[EMAIL PROTECTED]> cc: Subject:RE: setting up two instances of mySQL Hi Chris, I am Tom, you know your manager, did you say that I am wrong!!! Just kidding :-). Well I cannot find any good reason for having two databases in two diff

Re: setting up two instances of mySQL

2002-06-13 Thread Joshua Horton
Hi, I don't want to get in the way, but I am experiencing similar issues. Here's the problem I'm trying to find a resolution to: We have one instance of MySQL (it was configured and installed once). This instance has one 'test' 'database', and one 'mysql' 'database'. The mysql database contai

RE: setting up two instances of mySQL

2002-06-13 Thread Francisco Reinaldo
Hi Chris, I am Tom, you know your manager, did you say that I am wrong!!! Just kidding :-). Well I cannot find any good reason for having two databases in two different instance. Do you have two Oracles or Microsoft SQL Server instances in the computer? Nope. The only reason when that is accep

Re: setting up two instances of mySQL

2002-06-05 Thread Mark
- Original Message - From: "Chris Stefanick" <[EMAIL PROTECTED]> To: "MySQL Support" <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 2:55 PM Subject: setting up two instances of mySQL > I have one product already using a mySQL database. We just inherited a > new > product (via an acqui

Re: setting up two instances of mySQL

2002-06-05 Thread Egor Egorov
Chris, Wednesday, June 05, 2002, 3:55:52 PM, you wrote: CS> I have one product already using a mySQL database. We just inherited a new CS> product (via an acquisition) that uses it's own mySQL database which we're CS> going to stick on the same server. My manager wants me to setup a second CS>

RE: setting up two instances of mySQL

2002-06-05 Thread Cal Evans
The pros are you can run them under separate user/group ids therefore you can make it much harder for someone with access to only one to get to the other's data. The cons are that you will have 2 copies running therefore it will take longer to maintain. =C= * * Cal Evans * Journeyman Programmer