Can I run different versions of mysql on windows 7

database, mysql

Solution

Yes you can. But you will have to specify 2 different ports for running 2 different MySql Server Instances. Default Port, i guess, for Mysql is 3306.

Problem

I have windows 7 machine with 8GP RAM. Can I run mysql version 4 and 5.5.21 at the same time. If it is possible, please guide me. Thanks in advance.

Original source