MySQL 5.0.51a has been released

Meesterlijk

Verified User
Joined
Jan 19, 2007
Messages
179
Location
Netherlands
MySQL Community Server 5.0.51a, a new version of the popular Open Source
Database Management System, has been released. The release is now
available in source form (only) from our download pages at

http://dev.mysql.com/downloads/

and mirror sites.

MySQL 5.0.51a is a security hotfix release. We recommend all users of
any previous release in the MySQL 5.0 Community Server branch to upgrade
to 5.0.51a as soon as possible. Please see below for details.

Note that not all mirror sites may be up to date at this point in time,
so if you can't find this version on some mirror, please try again later
or choose another download site.

We welcome and appreciate your feedback, bug reports, bug fixes,
patches etc.:

http://forge.mysql.com/wiki/Contributing

The following section lists the changes from version to version in the
MySQL source code as compared to the last released version of MySQL
Community Server, the MySQL Community Server 5.0.51 release.
It can also be viewed online at
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51a.html

This is a bugfix release for the current production release
family. It replaces MySQL 5.0.51.


Security fixes:

* Three vulnerabilities in yaSSL versions 1.7.5 and earlier were
discovered that could lead to a server crash or execution of
unauthorized code. The exploit requires a server with yaSSL enabled
and TCP/IP connections enabled, but does not require valid MySQL
account credentials. The exploit does not apply to OpenSSL.

Note:
The proof-of-concept exploit is freely available on the Internet.
Everyone with a vulnerable MySQL configuration is advised to upgrade
immediately.

References:
Bug#33814: http://bugs.mysql.com/33814,
CVE-2008-0226:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0226,
CVE-2008-0227:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0227

* ALTER VIEW retained the original DEFINER value,even when altered by
another user, which could allow that user to gain the access rights of
the view. Now ALTER VIEW is allowed only to the original definer or
users with the SUPER privilege. (Bug#29908:
http://bugs.mysql.com/29908)

* When using a FEDERATED table, the local server can be forced to crash
if the remote server returns a result with fewer columns than
expected. (Bug#29801: http://bugs.mysql.com/29801)
 
HTML:
15:47:59 (78.77 MB/s) - `/usr/local/directadmin/custombuild/versions.txt' saved [2230/2230]

Stopping mysqld ...
Starting mysqld:                [ OK ]
Giving mysqld a few seconds to start up...
Looking for 'mysql' in: /usr/local/mysql-5.0.51a-linux-i686/bin/mysql
Looking for 'mysqlcheck' in: /usr/local/mysql-5.0.51a-linux-i686/bin/mysqlcheck
Running 'mysqlcheck'...
/usr/local/mysql-5.0.51a-linux-i686/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) when trying to connect
FATAL ERROR: Upgrade failed
cp: target `/usr/lib/mysql/' is not a directory: No such file or directory
Restarting MySQL.
Starting mysqld:                [ OK ]
It is recommended to do "./build php n" after MySQL update.
database down! custombuild sometimes doesn't work correctly :mad:
 
AleSSaNDRo, please post an output of:
Code:
ls -la /usr/local | grep mysql
 
Back
Top