I'm restoring an old server, and I need a copy of MySQL 4.1 for windows. MySql.com only seems to have versions going back to 5.0. I've seen old versions elsewhere, but they all seem to be from fairly sketchy websites. Is there a good unofficial place to get old versions of MySql or other software?
-
1someone voted to close this question. Although I used the word "best" in the subject I don't think this is an entirely useless political question. If you vote to close, can you please do me the courtesy of telling me why. – DrFredEdison Mar 05 '10 at 00:07
-
I didn't vote to close, but I did flag for migration to SU; the question has nothing to do with programming or the workings of computers. MySQL is merely a MacGuffin. – Pops Mar 05 '10 at 17:25
-
I think it's a red herring. – mfinni Mar 05 '10 at 17:56
-
The moment you use the word "best" the question is too subjective. What is it you don't like about "sketchy websites"? – John Gardeniers Sep 12 '10 at 21:59
-
@DrFredEdison, Try http://oldversion.com, or maybe http://www.joho.se/2012/06/20/locating-older-version-of-mysql-4-mysql-5-etc/ – Pacerier Apr 12 '15 at 15:53
-
Try to check it here - [https://www.my-old-version.com/mysql/](https://www.my-old-version.com/mysql/) Previous versions of MySQL. – LuxcV Jan 28 '20 at 13:27
5 Answers
Here is what I ended up doing. So it turns out, that a lot of mirrors MySQL uses for current versions still have old versions sitting on their servers. So, what I did was pretend like I was going to download a newer version, then I got a URL of mirror from the download page from there and explored the mirror manually, finding binaries for 4.1
- 261
- 4
- 11
-
Are these mirrors trustworthy? For example, can we trust the binaries on http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-4.1/ ? – Pacerier Apr 12 '15 at 16:17
- 121
- 2
-
2
-
No. No one can be. They are after us! They are after you. They will get you! – Phil Rykoff Apr 13 '15 at 20:28
-
1Hopefully MySQL could designate a couple of "official" mirrors, trusted by extension. Currently what I did was to download from multiple mirrors and make sure all of them are byte for byte equal before proceeding with unzipping. – Pacerier Apr 14 '15 at 03:18
If you look at their tech support page, you can officially want an old version of mysql. This all depends if its worth it to you than to download from those sketchy places.
quote:
2 - Sign up for MySQL Vintage Support
For those customers where upgrading MySQL is not an option, MySQL Vintage Support provides ongoing support for older MySQL versions beyond their EOL date. With MySQL Vintage Support you can continue using MySQL versions, beyond their EOL dates, and continue to receive 24x7 Support, and access to pre-existing patches and KB articles. Additionally, with MySQL Vintage Support, you can also contract for custom bug fixes and custom builds for EOLed products.
- 111
- 1