MySQL Forums
Forum List  »  Newbie

Re: Two MySQL Servers same network different versions
Posted by: Barry Galbraith
Date: September 30, 2018 04:46PM

>With two MySQL servers "listening" on port 3306 I was just wondering if there might be a conflict or error?

No problem if there are on different machines (hosts).

e.g. 10.0.0.1:3306 is different from 10.0.0.2:3306

But, if you put two instances of MySQL on the same machine, then they will need a unique port for each instance.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Two MySQL Servers same network different versions
September 30, 2018 04:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.