View previous topic :: View next topic |
Author |
Message |
PC_Freak n00b

Joined: 29 Dec 2003 Posts: 63
|
Posted: Sat Feb 04, 2006 9:06 pm Post subject: Possibility of running two seperate MySQL versions? |
|
|
Hi all,
I wonder whether there is a possibility of running to seperate MySQL versions (4.0 and 4.1) on one system. If so, I'd like to use 4.0 on PHP 4.4 and 4.1 on PHP 5.1 (using the mysql and mysqli USE flags), although I suspect this will be difficult.
Or is there any way to do this?
Thanks in advance. |
|
Back to top |
|
 |
gentleman Tux's lil' helper


Joined: 02 Dec 2005 Posts: 140 Location: Germany, Paderborn
|
Posted: Sat Feb 04, 2006 10:05 pm Post subject: |
|
|
Yes, it is possible to run two servers on one SYSTEM. But in my opinion it will not be possible at the same TIME and will not work with portage. As far as i can see that, you have to load the sources or binaries manually and configure and compile them yourself. Then of course you can run them on the same machine, but there will be access problems which will deny a parallel working.
But if it is just for youre home machine, you can to that and write a changing-script to change the mysql-version. |
|
Back to top |
|
 |
think4urs11 Bodhisattva


Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Sat Feb 04, 2006 11:26 pm Post subject: |
|
|
maybe this helps: http://www.gentoo.org/doc/en/mysql-upgrade-slotted.xml _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
 |
|