mysql commands
Math Commands 1.0
Math Commands - Trigonomic and other math functions more>>
Enhancements:
- Removed a spurious hex 00 byte from the end of the aete resource.
StuffIt Commands 5.5
StuffIt Commands is an addition which can give AppleScript the ability to use the StuffIt Engine for Stuffing, UnStuffing, Expansion, and more! more>>
StuffIt Commands 5.5 is an addition which can give AppleScript the ability to use the StuffIt Engine for Stuffing, UnStuffing, Expansion, and more!
KeyQuencer Commands 1.0.5
KeyQuencer Commands is a useful and innovative tool providing a bunch of new extensions for KeyQuencer that allow you get information about your computer, process text more>> <<less
Commandes 1.0.1
Commandes allows you to execute and display result of UNIX commands more>>
Add Key Command 1.0
Add Key Command adds a Key Equivalent to the Export EPS menu more>>
Tyler`s File Commands 1.0.2
Tyler`s File Commands is a highly-efficient, high-quality modified version of Darwins cp which includes verbosity upgrades, including a progress meter. more>> Tyler`s File Commands 1.0.2 is a highly-efficient, high-quality modified version of Darwins cp which includes verbosity upgrades, including a progress meter.
Requirements: Mac OS X 10.1 or later.
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 Wrap 1.0
MySQL Wrap - App to start and stop MySQL server more>>
Completly freeware and source code is included in the package.
TextCommands 1.0.1
TextCommands - Commands for working with strings and Unicode text more>>
TextCommands is a scriptable faceless background application (FBA) providing over 30 commands for working with strings and Unicode text, including changing case, searching with regular expressions, formatting AppleScript data and converting between various encodings.
Enhancements:
- Fixes bug in check command.
MySQL Connector/J 5.0.7
MySQL Connector/J - a native Java driver that converts JDBC calls into the network protocol used by the MySQL database more>>
MySQL Connector/J is a tool that helps developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment.
MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.
The latest production version of the driver is now 50-100 percent faster in most situations than the previous version. It also creates fewer transient objects than before, leading to better performance and even more stability.
The driver now also supports "streaming" result sets, which allows users to retrieve large numbers of rows without using a large memory buffer. With newly added large-packet protocol support, the driver can send rows and BLOBs up to 2 gigabytes in size.
New features from the JDBC-3.0 API in the latest production version of MySQL Connector/J include getGeneratedKeys which allows users to retrieve auto-increment fields in a non-database-specific way.
Auto-increment fields now work with object-relational mapping tools, as well as Enterprise Java Beans (EJB) servers with Container Managed Persistence (CMP) that support JDBC-3.0.
The development version is being refactored to support new features in conjunction with version 4.1 of the MySQL database server, including server-side prepared statements and improved handling of multiple simultaneous character sets, including Unicode in the UCS2 and UTF8 encodings.
MySQL BackUp 1.1
MySQLDump backup app. more>>
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 AB is a commercial company that builds its business providing services around the MySQL AB is a commercial company that builds its business providing services around the
The world?s most popular open source database. Its architecture makes it extremely fastApplication Commander 1.1
Application Commander is regarded as a flexible and handy utility that takes advantage of Apples Speech Recognition System in conjunction with the Application Switching Manager to allow you to control and manage your running applications by speaking some simple commands. more>> <<less
MySQL for OSX 3.23.52
MySQL, the most popular Open Source SQL database, is provided by MySQL AB. MySQL AB is a commercial company that builds its business providing services around the MySQL database more>> MySQL, the most popular Open Source SQL database, is provided by MySQL AB. MySQL AB is a commercial company that builds its business providing services around the MySQL database. We recommend visiting MacOSXHints.com for finding guides for installation and troubleshooting.
MacOS X 10.2 or later.
Version 3.23.52 adds support for POSIX threads and InnoDB. The installer will create a mysql user and group on your system if they do not already exist. This is required to safely run MySQL on your computer. All files are installed into /Library/MySQL.

MySQL Workbench OSS 5.1.18
MySQL Workbench OSS is a perfectly designed program which enables a DBA, developer, or data architect to visually design, generate, and manage all types of databases including Web, OLTP, and data warehouse databases. more>> <<less