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.62 download available
Author
Steffen
Moderator


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

PostPosted: Sun 02 Mar '08 12:29    Post subject: MySQL 5.0.62 download available 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.


18 May 2008 updated to 5.0.62:

Download removed, newer version available

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


Last edited by Steffen on Sun 18 May '08 10:56; edited 4 times in total
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Sat 15 Mar '08 21:14    Post subject: Reply with quote

Works like a charm Smile
Back to top
Thog



Joined: 12 Feb 2007
Posts: 75
Location: Montreal

PostPosted: Tue 27 May '08 22:06    Post subject: Reply with quote

Awesome Update. Smile
Back to top
Fusion



Joined: 24 Jan 2006
Posts: 8

PostPosted: Thu 29 May '08 17:54    Post subject: Reply with quote

Thanks Steffen!

I don't suppose it would be possible to get the source?
I have to compile my own as I make some hard-coded changes needed for my local setup.
As such I don't compile for public use, so you need not worry about that.
Back to top
Steffen
Moderator


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

PostPosted: Thu 29 May '08 18:48    Post subject: Reply with quote

Source is at http://mysql.bkbits.net:8080/mysql-5.0/?PAGE=tags



Steffen
Back to top
Fusion



Joined: 24 Jan 2006
Posts: 8

PostPosted: Thu 29 May '08 19:35    Post subject: Reply with quote

Ah, excellent. Thanks!
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Sun 06 Jul '08 3:25    Post subject: Reply with quote

I just updated to 5.0.62 and it is working great. One strange thing:
I'm running PHP 5.2.6, and if I do a phpinfo(); I see:

mysqli
Client API library version 5.0.62
Client API header version 5.0.51a

The API header comes from the PHP package. Will I run into problems since the versions don't match? Thanks for the help.
Back to top
Steffen
Moderator


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

PostPosted: Sun 06 Jul '08 11:42    Post subject: Reply with quote

PHP is build against 5.0.51.

Do not worry, all should work.


Steffen
Back to top
neoform



Joined: 10 Jul 2008
Posts: 1

PostPosted: Thu 10 Jul '08 16:51    Post subject: Reply with quote

Is there any way to get the build that includes InnoDB?
Back to top


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