PDA

View Full Version : four and five


hadog
02-24-2006, 06:01 PM
Is it possible to have two versions of mysql running on the same machine...version 4 and 5???

Marco van Herwaarden
02-25-2006, 09:26 AM
Yes, but you will need to assign a different port to communicate for the second one, and installed on a different location.

I am running MySQL 4.0, 4.1 & 5 all together on my localhost (WinXP)

hadog
02-25-2006, 01:38 PM
This sounds interesting......what is the process of install a different port? Just pick one during the initial install?

Marco van Herwaarden
02-25-2006, 02:39 PM
Yes.

hadog
02-26-2006, 09:24 AM
Hello again

Well I am getting there...I have both version 4 and 5 installed and running. They appear to be ok.

So my "final" question is...now do I access them with phpmyadmin?? When I run phpmyadmin it just goes to the localhost version 5 and I don't get the option to go to 4.
I am stuck here :)