Members Area


Recommended Sites:

Top Freeware Keywords
thin client software freeware download
add on freeware download
windows freeware download
terminal server freeware download
web freeware download
server freeware download
j2me freeware download
java freeware download
open source freeware download
server based computing freeware download
vpn freeware download
thin client freeware download
cscw freeware download
sql freeware download
free freeware download
web sites freeware download
ots player freeware download
download freeware download
internet freeware download
online freeware download
web site freeware download
document management freeware download
cms freeware download
search freeware download
collaboration freeware download
terminal services freeware download
streaming freeware download
file freeware download
platform freeware download
change freeware download



MySQL 5.1.60 freeware     Save this freeware to your freeware selection - Saved Freeware

(7 ratings)

Author

MySQL AB

OS Windows2000, Windows2003, WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Linux, Mac OS X
Date Released November 18, 2011
Downloads 5174
Filesize 119.00 MB
Keywords database server, robust SQL, SQL server, SQL, database, server, My SQL
Your Rating
  - click to rate
MySQL screenshot
[ View full size screenshot ]

Download MySQL   Save Freeware   Report Spyware

MySQL is an attractive alternative to higher-cost, more complex database technology. Its award-winning speed, scalability and reliability make it the right choice for corporate IT departments, Web developers and packaged software vendors.

Download MySQL   Save Freeware   Report Spyware


MySQL freeware - download notice

MySQL Free Download - we do not host any MySQL torrent files or links of MySQL on rapidshare.com, depositfiles.com, megaupload.com etc. All MySQL download links are direct MySQL full download from publisher site or their selected mirrors.

MySQL freeware - Latest User Reviews

 Write a Review   


MySQL freeware - The Latest Versions History

Version Date Released Status Release Notes
5.1.60 Nov 18, 2011 New Release · Upgrading from an Advanced GPL RPM package to an Advanced RPM package did not work. Now on Linux it is possible to use rpm -U to replace any installed MySQL product by any other of the same release family. It is not necessary to remove the old produce with rpm -e first. (Bug #11886309)

· MEMORY table creation time is now available in the CREATE_TIME column of the INFORMATION_SCHEMA.TABLES table and the Create_time column of SHOW TABLE STATUS output. (Bug #51655, Bug #11759349)

Bugs Fixed:
· InnoDB Storage Engine: This fix improves the performance of instrumentation code for InnoDB buffer pool operations. (Bug #12950803, Bug #62294)

· InnoDB Storage Engine: Data from BLOB columns could be lost if the server crashed at a precise moment when other columns were being updated in an InnoDB table. (Bug #12704861)
5.1.59 Sep 17, 2011 New Release Functionality added or changed:
· CMake configuration support on Linux now provides a boolean ENABLE_GCOV option to control whether to include support for gcov. (Bug #12549572)

· InnoDB now permits concurrent reads while creating a secondary index. (Bug #11853126)

· Client programs now display more information for SSL errors to aid in diagnosis and debugging of connection problems. (Bug #21287, Bug #11745920)

· In the audit plugin interface, the event_class member was removed from the mysql_event_general structure and the calling sequence for the notification function changed. Originally, the second argument was a pointer to the event structure. The function now receives this information as two arguments: an event class number and a pointer to the event. Corresponding to these changes, MYSQL_AUDIT_INTERFACE_VERSION was increased to 0x0300.
5.1.58 Jul 6, 2011 New Release Functionality added or changed:
· CMake configuration support on Linux now provides a boolean ENABLE_GCOV option to control whether to include support for gcov. (Bug #12549572)

· InnoDB now permits concurrent reads while creating a secondary index. (Bug #11853126)

· Client programs now display more information for SSL errors to aid in diagnosis and debugging of connection problems. (Bug #21287, Bug #11745920)

· In the audit plugin interface, the event_class member was removed from the mysql_event_general structure and the calling sequence for the notification function changed. Originally, the second argument was a pointer to the event structure. The function now receives this information as two arguments: an event class number and a pointer to the event. Corresponding to these changes, MYSQL_AUDIT_INTERFACE_VERSION was increased to 0x0300.
5.1.57 May 7, 2011 New Release Functionality added or changed:
· When invoked with the --auto-generate-sql option, mysqlslap dropped the schema specified with the --create-schema option at the end of the test run, which may have been unexpected by the user. mysqlslap no longer drops the schema, but has a new --create-and-drop-schema schema that both creates and drops a schema. (Bug #58090, Bug #11765157)

Bugs fixed:
· InnoDB Storage Engine: Replication: Trying to update a column, previously set to NULL, of an InnoDB table with no primary key caused replication to fail with Can't find record in 'table' on the slave. (Bug #11766865, Bug #60091)

· InnoDB Storage Engine: The server could halt if InnoDB interpreted a very heavy I/O load for 15 minutes or more as an indication that the server was hung. This change fixes the logic that measures how long InnoDB threads were waiting, which formerly could produce false positives. (Bug #11877216, Bug #11755413, Bug #47183).
5.1.56 Mar 8, 2011 New Release Functionality added or changed:
· mysqldump --xml now displays comments from column definitions.

Bugs fixed:
· InnoDB Storage Engine: InnoDB returned values for “rows examined” in the query plan that were higher than expected. NULL values were treated in an inconsistent way. The inaccurate statistics could trigger “false positives” in combination with the MAX_JOIN_SIZE setting, because the queries did not really examine as many rows as reported. (Bug #30423)

· Partitioning: Trying to use the same column more than once in the partitioning key when partitioning a table by KEY caused mysqld to crash. Such duplication of key columns is now expressly disallowed, and fails with an appropriate error. (Bug #53354, Bug #57924)

· Replication: When using the statement-based logging format, INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE statements affecting transactional tables that did not fail were not written to the binary log if they did not insert any rows.
5.1.55 Feb 8, 2011 New Release Functionality added or changed:
· The mysqladmin and mysqldump clients now have --default-auth and --plugin-dir options for specifying which authentication plugin and plugin directory to use.
· sql_priv.h now includes an OPTION_ALLOW_BATCH flag for the transaction_allow_batching feature of MySQL Cluster.
· Boolean system variables can be enabled at run time by setting them to the value ON or OFF, but previously this did not work at server startup. Now at startup such variables can be enabled by setting them to ON or TRUE. Any other nonnumeric variable is interpreted as OFF. (Bug#46393 improves on this such that ON, TRUE, OFF, and FALSE are recognized, and other values are invalid.)

Bugs fixed:
· Incompatible Change: When auto_increment_increment is greater than one, values generated by a bulk insert that reaches the maximum column value could wrap around rather producing an overflow error.
5.1.54 Dec 16, 2010 New Release Configuration Notes:
· MySQL releases are now built on all platforms using CMake rather than the GNU autotools, so autotools support has been removed. For instructions on building MySQL with CMake, see Section 2.11, “Installing MySQL from Source”. Third-party tools that need to extract the MySQL version number formerly found in configure.in can use the VERSION file. See Section 2.11.6, “MySQL Configuration and Third-Party Tools”.

Functionality added or changed:
· Support for the IBMDB2I storage engine has been removed. (Bug#58079)

· A --bind-address option has been added to a number of MySQL client programs: mysql, mysqldump, mysqladmin, mysqlbinlog, mysqlcheck, mysqlimport, and mysqlshow. This is for use on a computer having multiple network interfaces, and enables you to choose which interface is used to connect to the MySQL server.
5.1.53 Nov 19, 2010 New Release Bugs fixed:
· Replication: SET PASSWORD caused row-based replication to fail between a MySQL 5.1 master and a MySQL 5.5 slave.

· This fix makes it possible to replicate SET PASSWORD correctly, using row-based replication between a master running MySQL 5.1.53 or a later MySQL 5.1 release to a slave running MySQL 5.5.7 or a later MySQL 5.5 release. (Bug#57098)

· See also Bug#55452, Bug#57357.

· Replication: An ALTER TABLE statement against a MyISAM table that altered a column without setting its size caused the binary log to become corrupted, leading to replication failure. (Bug#56226)

· Replication: When STOP SLAVE is issued, the slave SQL thread rolls back the current transaction and stops immediately if the transaction updates only tables which use transactional storage engines are updated. Previously, this occurred even when the transaction contained CREATE TEMPORARY TABLE statements, DROP TEMPORARY TABLE statements, or both, although these statements cannot be rolled back.
5.1.52 Nov 2, 2010 New Release Bugs fixed:
· InnoDB Storage Engine: InnoDB incorrectly reported an error when a cascading foreign key constraint deleted more than 250 rows. (Bug#57255)
· InnoDB Storage Engine: A SELECT ... FOR UPDATE statement affecting a range of rows in an InnoDB table could cause a crash in the debug version of the server. (Bug#56716)
· InnoDB Storage Engine: Improved the performance of UPDATE operations on InnoDB tables, when only non-indexed columns are changed. (Bug#56340)
· InnoDB Storage Engine: The server could crash on shutdown, if started with --innodb-use-system-malloc=0. (Bug#55627)
· InnoDB Storage Engine: Setting the PACK_KEYS=0 table option for an InnoDB table prevented new indexes from being added to the table. (Bug#54606)
· InnoDB Storage Engine: Changed the locking mechanism for the InnoDB data dictionary during ROLLBACK operations, to improve concurrency for REPLACE statements. (Bug#54538)
5.1.41 Nov 18, 2009 New Release · The InnoDB buffer pool is divided into two sublists: A new sublist containing blocks that are heavily used by queries, and an old sublist containing less-used blocks and from which candidates for eviction are taken. In the default operation of the buffer pool, a block when read in is loaded at the midpoint and then moved immediately to the head of the new sublist as soon as an access occurs. In the case of a table scan (such as performed for a mysqldump operation), each block read by the scan ends up moving to the head of the new sublist because multiple rows are accessed from each block. This occurs even for a one-time scan, where the blocks are not otherwise used by other queries. Blocks may also be loaded by the read-ahead background thread and then moved to the head of the new sublist by a single access.


Most popular Other Server Applications freeware downloads


KillNotes freeware download


Small tool to restart Lotus Notes without restarting the system
Details   Download   Save Freeware


SQLite2009 Pro Enterprise Manager 3.7.9 freeware download


Manage your SQLite3 databases.
Details   Download   Save Freeware

MySQL 5.1.60 freeware download


MySQL is a very fast, multi-user, multi-threaded and robust SQL database server
Details   Download   Save Freeware


Database .NET 5.9.4422.21822 freeware download


An intuitive database management tool for multi-database
Details   Download   Save Freeware

Copssh 4.2.2 freeware download


Copssh is an OpenSSH server and client implementation for Windows systems
Details   Download   Save Freeware


Klaros-Testmanagement 3.4.10 freeware download


An application for test management in software development projects
Details   Download   Save Freeware

SilverSHielD 5.3.3.143 freeware download


Free, simple yet robust and reliable SSH(2) and SFTP Server for Windows
Details   Download   Save Freeware

BitNami Joomla! Stack 2.5.1-0 freeware download


An easy-to-install distribution of Joomla!, MySQL, PHP, and Apache
Details   Download   Save Freeware

Klaros-Testmanagement for Linux 3.4.10 freeware download


An application for test management in software development projects
Details   Download   Save Freeware

Database Deployment Manager for Linux 0.1h freeware download


Create and manage databases with this application
Details   Download   Save Freeware