Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sun 02 Mar '08 12:29 Post subject: MySQL 5.0.62 download available |
|
|
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
|
Posted: Sat 15 Mar '08 21:14 Post subject: |
|
|
Works like a charm |
|
Back to top |
|
Thog
Joined: 12 Feb 2007 Posts: 75 Location: Montreal
|
Posted: Tue 27 May '08 22:06 Post subject: |
|
|
Awesome Update. |
|
Back to top |
|
Fusion
Joined: 24 Jan 2006 Posts: 8
|
Posted: Thu 29 May '08 17:54 Post subject: |
|
|
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
|
|
Back to top |
|
Fusion
Joined: 24 Jan 2006 Posts: 8
|
Posted: Thu 29 May '08 19:35 Post subject: |
|
|
Ah, excellent. Thanks! |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sun 06 Jul '08 3:25 Post subject: |
|
|
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
|
Posted: Sun 06 Jul '08 11:42 Post subject: |
|
|
PHP is build against 5.0.51.
Do not worry, all should work.
Steffen |
|
Back to top |
|
neoform
Joined: 10 Jul 2008 Posts: 1
|
Posted: Thu 10 Jul '08 16:51 Post subject: |
|
|
Is there any way to get the build that includes InnoDB? |
|
Back to top |
|