a second wampserver64 instance with different mysql and php versions?
Posted by: manarak (---.7.255-149.dynamic.3bb.in.th)
Date: April 08, 2024 07:37AM

I'm modernizing an old website and need it to run with php 7 and an old mysql version, and at the same time I need to work on its new version with php 8.2

what is the best solution to achieve this ?



Edited 1 time(s). Last edit at 04/08/2024 09:03PM by manarak.

Options: ReplyQuote
Re: a second wampserver64 instance with different mysal and php versions?
Posted by: Otomatic (Moderator)
Date: April 08, 2024 08:44AM

You can use two VirtualHosts with different ServerName. The first VirtualHost will run in Apache module mode under PHP 8.2 and the second will run in FCGI mode under PHP 7.

But you can't have two different MySQL versions.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: a second wampserver64 instance with different mysql and php versions?
Posted by: manarak (---.7.255-149.dynamic.3bb.in.th)
Date: April 08, 2024 09:03PM

thank you, I will to make it work by importing the data

Options: ReplyQuote


Sorry, only registered users may post in this forum.