logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: MySQL 5.0.54 download
Author
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Fri 28 Dec '07 18:13    Post subject: MySQL 5.0.54 download Reply with quote

I am getting lots of demand, so I make Mysql 5.0.54 available. Version 5.0.54 fixes some issues found in 5.0.51

The binary is build without the INNOBASE_STORAGE_ENGINE, so only MyISAM

18 May 2008 5.0.62 avalailable, see http://www.apachelounge.com/viewtopic.php?t=2307

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
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Thu 03 Jan '08 15:18    Post subject: Reply with quote

Steffen:

Thanks so much for making the current version of MySQL available. Is this only for non Windows systems? I downloaded the zip and it doesn't have the mysqld-nt.exe file in /bin. The normal Windows installer sets that file up as the Windows service.

Thanks again!
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Thu 03 Jan '08 17:14    Post subject: Reply with quote

This version is Windows-only, but it doesn't include an installer so you must set up MySQL by hand.

It is built from the Enterprise source code, 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.
-tom-
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Thu 03 Jan '08 19:32    Post subject: Reply with quote

Ah, I see. Thanks for the help!
Back to top
Thog



Joined: 12 Feb 2007
Posts: 75
Location: Montreal

PostPosted: Thu 17 Jan '08 5:05    Post subject: Reply with quote

Sun Microsystems bought MySQL today for anyone who didn't know...
Back to top


Reply to topic   Topic: MySQL 5.0.54 download View previous topic :: View next topic
Post new topic   Forum Index -> Other Software