If you are connecting to localhost, it is using the socket, not
the port.
You must set up each server to use a different socket, and connect to 
that socket.

[EMAIL PROTECTED] wrote:

> Hello,
> 
> Trying to install two mysql database servers on one Redhat linux machine.
> The first mysql server is on port 3306 and I am trying to run the second
> mysql server on port 3307 but whenever I try to access the second mysql
> server via port 3307, I still end up accessing the first mysql database
> which is on port 3306.
> 
> Any help?
> 
> Thanks,
> Jeff
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-- 
Gerald L. Clark
[EMAIL PROTECTED]


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to