mysql
MySQL 6.0.10 Alpha / 5.1.35
Very popular and open source SQL database. more>> Very popular and open source SQL database.
MySQL is a very popular and open source SQL database provided by MySQL AB. MySQL AB is a commercial company that builds its business providing services around the MySQL database.
MySQL is the worlds most popular open source database software, with over 100 million copies of its software downloaded or distributed throughout its history.
With superior speed, reliability, and ease of use, MySQL has become the preferred choice of corporate IT Managers because it eliminates the major problems associated with downtime, maintenance, administration and support.
MySQL is a key part of LAMP (Linux, Apache, MySQL, PHP / Perl / Python), the fast growing open source enterprise software stack.
More and more companies are using LAMP as an alternative to expensive proprietary software stacks because of its lower cost and freedom from lock-in.
Enhancements
- Replication: Important Note: Binary logging with --binlog_format=ROW failed when a change to be logged included more than 251 columns. This issue was not known to occur with mixed-format or statement-based logging. (Bug#42977)
- Replication: Assigning an invalid directory for the --slave-load-tmpdir caused the replication slave to crash. (Bug#42861)
- Replication: The mysql.procs_priv system table was not replicated. (Bug#42217)
- Replication: An INSERT DELAYED into a TIMESTAMP column issued concurrently with a an insert on the same column not using DELAYED, but applied after the other insert, was logged using the same timestamp as generated by the other (non-DELAYED) insert. (Bug#41719)
- Replication: The MIXED binary logging format did not switch to row-based mode for statements containing the LOAD_FILE() function. (Bug#39701)
- Replication: When the server SQL mode included IGNORE_SPACE, statement-based replication of LOAD DATA INFILE ... INTO tbl_name failed because the statement was read incorrectly from the binary log; a trailing space was omitted, causing the statement to fail with a syntax error when run on the slave. (Bug#22504)
- An attempt by a user who did not have the SUPER privilege to kill a system thread could cause a server crash. (Bug#43748)
- On Windows, incorrectly specified link dependencies in CMakeLists.txt resulted in link errors for mysql_embedded, mysqltest_embedded, and mysql_client_test_embedded. (Bug#43715)
- mysql crashed if a request for the current database name returned an empty result, such as after the client has executed a preceding SET sql_select_limit=0 statement. (Bug#43254)
- If the value of the version_comment system variable was too long, the mysql client displayed a truncated startup message. (Bug#43153)
Queries of the following form returned an empty result:
- SELECT ... WHERE ... (col=col AND col=col) OR ... (false expression)
- The strings/CHARSET_INFO.txt file was not included in source distributions. (Bug#42937)
- A dangling pointer in mysys/my_error.c could lead to client crashes. (Bug#42675)
- Passing an unknown time zone specification to CONVERT_TZ() resulted in a memory leak. (Bug#42502)
- With more than two arguments, LEAST(), GREATEST(), and CASE could unnecessarily return Illegal mix of collations errors. (Bug#41627)
- The mysql client could misinterpret its input if a line was longer than an internal buffer. (Bug#41486)
- In the help command output displayed by mysql, the description for the c (clear) command was misleading. (Bug#41268)
- The load_defaults(), my_search_option_files() and my_print_default_files() functions in the C client library were subject to a race condition in multi-threaded operation. (Bug#40552)
- If --basedir was specified, mysqld_safe did not use it when attempting to locate my_print_defaults. (Bug#39326)
- When MySQL was configured with the --with-max-indexes=128 option, mysqld crashed. (Bug#36751)
- Setting the join_buffer_size variable to its minimum value produced spurious warnings. (Bug#36446)
- The use of NAME_CONST() can result in a problem for CREATE TABLE ... SELECT statements when the source column expressions refer to local variables. Converting these references to NAME_CONST() expressions can result in column names that are different on the master and slave servers, or names that are too long to be legal column identifiers. A workaround is to supply aliases for columns that refer to local variables. Now a warning is issued in such cases that indicate possible problems. (Bug#35383)
- An attempt to check or repair an ARCHIVE table that had been subjected to a server crash returned a 144 internal error. The data appeared to be irrecoverable. (Bug#32880)
- The Time column for SHOW PROCESSLIST output and the value of the TIME column of the INFORMATION_SCHEMA.PROCESSLIST table now can have negative values. Previously, the column was unsigned and negative values were displayed incorrectly as large positive values. Negative values can occur if a thread alters the time into the future with SET TIMESTAMP = value or the thread is executing on a slave and processing events from a master that has its clock set ahead of the slave. (Bug#22047)
- Restoring a mysqldump dump file containing FEDERATED tables failed because the file contained the data for the table. Now only the table definition is dumped (because the data is located elsewhere). (Bug#21360)
MYSQL - The world?s most widely used open source database. MySQL. The world?s most popular open source database. Its architecture makes it extremely fast and easy to customizeMySQL Wrap 1.0
MySQL Wrap - App to start and stop MySQL server more>>
Completly freeware and source code is included in the package.
MySQL BackUp 1.1
MySQLDump backup app. more>>
pseudoMySQL 1.0
pseudoMySQL - MySQL class for REALbasic more>>
Then pseudoMySQL is for you! While this class doesnt connect directly to a mySQL database, it does communicate with a PHP script that makes the connection. Complete instructions on how to use this script on your own machine and a sample project are included.
Motto-Mysql 0.1.0
Open source complementary library that comes with enhancements to mysql-ruby more>> Open source complementary library that comes with enhancements to mysql-ruby
Motto-Mysql is a complementary library to enhance mysql-ruby. Motto-Mysql adds some methods into Mysql::Stmt and Mysql::Result classes.
System requirements:
- mysql-ruby
MySQL Magic 1.0.3
Cocoa GUI wrapper for MySQL client. more>>
It allows spreadsheet-like EDITING of the result of a "SELECT ... FROM" query (including on joint tables ! ).MySQL Magic is not a database manager. We thought that products like PHPMyAdmin could handle the job well enough for our development needs.
To us, the main shortcoming of other products was a speedy and powerful editing feature, and no other product allows you to do what MySQL Magic does. If MySQL driven web development is your daily work, it will change your life !
MySQL deb 3.23.47
MySQL deb is launched as a highly-efficient, high-quality Open Source SQL Server. MySQL 3.23.47 for MacOS X with transaction safe InnoDB table support. more>>
MySQL deb 3.23.47 is launched as a highly-efficient, high-quality Open Source SQL Server. MySQL 3.23.47 for MacOS X with transaction safe InnoDB table support.
The main advantages of deb packages are:
- They do not install anything into MacOS X system directories
- They do not alter any system file(s)
- Everything is installed into separate directory tree
- debs are very easy to uninstall and upgrade
- Data directory is visible in the Finder
- Version 3.23.47 fixed shutdown problem on MacOS X/Darwin
Requirements:
- Mac OS X 10.1 or higher
- Fink 0.3 or higher
MySQL Proxy 0.7.1
Free tool that will sit between your client and MySQL server(s) and that will automatically monitor, analyze or transform their communication more>> <<less
SuperMySQL 1.0.b5
SuperMySQL is designed to be a free suite of bundle externals for SuperCard. It allows a SuperCard developer to connect to a MySQL database server. more>>
SuperMySQL 1.0.b5 is designed to be a free suite of bundle externals for SuperCard. It allows a SuperCard developer to connect to a MySQL database server.
MySQL Cluster 7.0.6
A real-time open source transactional database designed for fast, always-on access to data under high throughput conditions more>> <<less
mysql-log-filter 1.9
Free and open source MySQL slow query log filter more>> Free and open source MySQL slow query log filter
mysql-log-filter is a free and easy to use command line Python based program that helps you filter the MySQL Slow Query Log to show queries which impacted performance most and is intended to be used by DB admins and application developers.
The log file is analyzed and processed as a stream, line after line, so there is no need to load the whole log file into memory.
System requirements:
- Python
Complete MySQL 4.0.21
Complete MySQL 4.0.21 brings users the convenience of an extremely easy to use MySQL software distribution available for Mac OS X. more>>
Complete MySQL 4.0.21 brings users the convenience of an extremely easy to use MySQL software distribution available for Mac OS X.
Complete MySQL is composed of the following components:
- MySQL Installer Package - Double-clickable MySQL install.
- MySQL System Preferences Pane - Initialize, Start & Stop, and set the MySQL root user password with ease from the System Preferences.
- JDBC & ODBC Drivers - Complete MySQL includes the latest ODBC and JDBC drivers.
- Install Guide - The 16 page install guide comprehensively documents the entire install process.
- MySQL Manual - Includes the entire MySQL manual in PDF format.

CocoaMySQL 0.7b6pre
CocoaMySQL is a simple and salutary application used to manage MySQL databases (locally or over internet). more>> CocoaMySQL 0.7b6pre is a simple and salutary application used to manage MySQL databases (locally or over internet). It lets you add and remove databases and tables, change fields and indexes, view and filter the content of tables, add, edit and remove rows, perform custom queries and dump tables or entire databases.
Requirements: Mac OS X 10.3 or later, MySQL 3.23.6 or newer (installed locally or on a remote server).
MySQL GUI Tools 5.0r12
MySQL GUI Tools - Administration tools for MySQL more>>
MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
CocoaMysql-SBG 0.7.1
CocoaMysql-SBG - Graphical MySQL client more>>
CocoaMySQL uses the SMySQL framework by serge cohen to connect to the MySQL database.
Enhancements:
- In preperation to play around with the arrival of an intel based mac, I have tossed together a new release that might be a universal binary.
- Note I dont yet have an intel machine upon which to test this, but as a powerpc it is working alright for me.