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: MySQL 5.0.72 VC9 download available |
|
Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 22 Nov '08 16:30 Post subject: MySQL 5.0.72 VC9 download available |
|
|
This version is Windows-only, but it doesn't include an installer so you must set up MySQL by hand.
Build with Visual Studio C++ 2008 aka VC9.
It is built from the Enterprise source code with , so the executable is named mysqld.exe rather than mysqld-nt.exe.
You can install mysqld.exe as a Windows service with: Code: | mysqld.exe --install |
Before you install it as a service, be sure to:* Uninstall any previous MySQL Windows service.
* Copy one of the MySQL\*.ini files (usually my-large.ini) to MySQL\my.ini
* Edit my.ini and change any parameters for your site. The Enterprise version has log-bin=mysql-bin, which you probably want to comment out unless you need it. After you install the service be sure to:* Set up some MySQL access controls. This gets installed with both root and the anonymous account set up for no password.
Changelog: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-es-5-0.html
Download: Removed
Build without Named-Pipes and INNOBASE_STORAGE_ENGINE, So only MyISAM
SHA1 checksum and PGP signature on request
Be aware of the licence to be found in the binary and on the MySQL site.
Steffen |
|
Back to top |
|
|
|
|
|
|