Yves Goergen wrote:
On 09.04.2006 01:03 (+0100), Eric Braswell wrote:
Does that make sense? Did I misunderstand?

That's exactly what I'm doing right now. In my test network:

    MySQL 4.0 -> 192.168.0.32 (mysql4.myhost)
    MySQL 5.0 -> 192.168.0.33 (mysql5.myhost)

But what I wanted to do is:

    MySQL 4.0 -> 192.168.0.32 and 127.0.0.1
    MySQL 5.0 -> 192.168.0.33


Yves,

You seem to be best off with a setup where you've got the MySQL5 UNIX socket disabled, MySQL5 bound to one specific IP address, MySQL4 listening on 127.0.0.1 and a simple port forwarding rule to MySQL4.

Then your clients won't have to change anything and they can migrate to MySQL5 when they're ready.

Or am I mistaken?

- Jorrit


--
System Developer

Infopact Network Solutions
Hoogvlietsekerkweg 170
3194 AM  Rotterdam Hoogvliet
tel. +31 (0)88 - 4636700
fax. +31 (0)88 - 4636799
mob. +31 (0)6 - 14105968
[EMAIL PROTECTED]
http://www.infopact.nl/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to