简体   繁体   中英

Where can I find MySql 4.0.30 for windows?

I need to adapt our testing server to our production one that is stored on Aruba. Aruba use MySql 4.0.30 but I can't find them nowhere! Anybody know where can I find it ? or anybody has the installer stored anywhere?

Davide

According to http://lists.mysql.com/mysql/210800 (an email from a MySQL employee) this is a non-public release for customers who are too inflexible to upgrade. It says you can pay for "extended support" to get it.

MySQL does not require much installation steps like most windows software.

Just copy the mysql dir and the mysql data dir from the production environment to your local machine and start mysqld.exe (does not need to be run as a service) from the bin directory with:

mysqld.exe --defaults-file="C:\path\to\my.ini" MySQL

If it does not start, you most likely tweak some path entries in your my.ini.

Or you can install the latest 4.x Server you find and replace the binaries and data files with the ones you get from production. That should totally do it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM