This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
The MySQL version running is 5.0.77. I'd like to use v4.x for one particular virtual server. Is it possible to install multiple versions and make them selectable for each VS?
Well, while it's probably possible to do all the above, there's no built-in or easy way to go about it :-)
This is a bit of a hack, but the best I can think of would be to manually install another MySQL version, and run it on a different port, or point the socket it uses to an alternate location.
Then, you could configure the php.ini file for that particular Virtual Server to use the alternate MySQL version.
Well, the first choice would probably be to see if the app could be modified to use MySQL 5.x :-)
Barring that, the simplest thing to do would be to have a separate server or VPS to run an alternate database version on.
It's certainly possible to run two MySQL instances on one server, but that takes some effort to setup and maintain as compared to just running a separate server.
Howdy,
Well, while it's probably possible to do all the above, there's no built-in or easy way to go about it :-)
This is a bit of a hack, but the best I can think of would be to manually install another MySQL version, and run it on a different port, or point the socket it uses to an alternate location.
Then, you could configure the php.ini file for that particular Virtual Server to use the alternate MySQL version.
-Eric
Ok great that good to know...
The easy way would be to install a version of CentOS already with the mySQL/php versions I require right?
Even better install xen and have multiple OS with different versions?
Well, the first choice would probably be to see if the app could be modified to use MySQL 5.x :-)
Barring that, the simplest thing to do would be to have a separate server or VPS to run an alternate database version on.
It's certainly possible to run two MySQL instances on one server, but that takes some effort to setup and maintain as compared to just running a separate server.
-Eric