Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Run MySQL5 and MySQL4 together |
|
Author |
|
Erwin
Joined: 06 May 2006 Posts: 16 Location: Alkmaar
|
Posted: Wed 10 May '06 15:24 Post subject: Run MySQL5 and MySQL4 together |
|
|
Can I run MySQL4 + MySQL5 together? Becouse some of my scripts only support MySQL4 and some only MySQL5!
How can I do that? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 10 May '06 18:26 Post subject: |
|
|
Sure, install 4 and 5 in a different location, and set the mysql port different. For example set in my.ini 5 on the standard port 3306 and 4 on 3307.
Btw. In some scipts you cannot change the mysql port on which mysql is called.
Steffen. |
|
Back to top |
|
Millennium
Joined: 17 Apr 2006 Posts: 179 Location: Leiderdorp, NL, EU
|
Posted: Wed 10 May '06 21:23 Post subject: |
|
|
Sounds a little strange. Cause mysql 5 is backwards compatible with MYSQL 4. So running MySQL 5 only, should be enough.
At the other hand there are Scripts which only support the (old) MYSQL extension and not the (new) mysqli extension. But you could use them together. |
|
Back to top |
|
jaimz
Joined: 10 May 2006 Posts: 7
|
Posted: Wed 10 May '06 22:37 Post subject: |
|
|
i run them both exactly as steffen says, it's worked great for a long time |
|
Back to top |
|
|
|
|
|
|