Main > Free Download Search >

Free mysql databases software for mac

mysql databases

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1362
MySQL Database Server 5.1.35

MySQL Database Server 5.1.35


MySQL Database Server is a versatile and innovative tool which is designed for enterprise organizations delivering business critical database applications. more>>

MySQL Database Server 5.1.35 is a versatile and innovative tool which is designed for enterprise organizations delivering business critical database applications. It gives corporate developers, DBAs and ISVs an array of new enterprise features to make more productive developing, deploying, and managing industrial strength applications. If you need a GUI for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL, MS Access, Excel, CSV, XML or other formats to MySQL.

MySQL Database Server delivers new enterprise features, including: ACID Transactions to build reliable and secure business critical applications. Stored procedures to improve developer productivity. Triggers to enforce complex business rules at the database level. Views to ensure sensitive information is not compromised. Information schema to provide easy access to metadata. Distributed transactions (XA) to support complex transactions across multiple databases.

<<less
Added: 2009-06-05 License: Freeware Price:
downloads
 
Other version of MySQL Database Server
MySQL Database Server 5.1.32for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL ... , CSV, XML or other formats to MySQL. MySQL Database Server delivers new enterprise features
License:Freeware
Download
710 downloads
Added: 2009-03-14
Oracle9i Database R2

Oracle9i Database R2


Enterprise database solution. more>>
Oracle9i Database is the state of the art in object-relational databases. Voted Editors Choice by PC magazine and the #1 database for Linux by Linux Journal, Oracle9i Database is the most scalable and full featured database available.

Whether driving your web site, packaged applications, data warehouses or OLTP applications, Oracle9i Database is a foundation technology for any professional computing environment..
<<less
Download (20KB)
Added: 2004-05-15 License: Freeware Price:
1114 downloads
Mysql Table Syncer 0.2.0

Mysql Table Syncer 0.2.0


A script/executable to synchronize the contents of databases more>> A script/executable to synchronize the contents of databases

Mysql Table Syncer is a free Ruby script that will help its users to synchronize their database contents a lot easier than before.

Enhancements:
- Now prompts you if you use --commit [so you dont do it on accident]
- Minor code cleanups

<<less
Download (34KB)
Added: 2008-10-03 License: Freeware Price: FREE
386 downloads
MySQL BackUp 1.1

MySQL BackUp 1.1


MySQLDump backup app. more>>
MySQL BackUp is small app in AppleScript Studio, it allows for quick backup of your mysql data (locally or not) without the terminal (MySQL BackUp is wrapper for the mysqldump command).
<<less
Download (150KB)
Added: 2004-08-29 License: Freeware Price:
1900 downloads
Find Database Tables 1.0

Find Database Tables 1.0


Find Database Tables is the right solution if you have a bunch of MySQL tables in your database that you arent sure if you use anymore while finding them can be tough and daunting and youre afraid to delete any because that one obscure script you wrote years ago may still use it. more>>

Find Database Tables 1.0 is the right solution if you have a bunch of MySQL tables in your database that you aren't sure if you use anymore while finding them can be tough and daunting and you're afraid to delete any because that one obscure script you wrote years ago may still use it. Simply log onto your database sever, select your database, select the folder that has your scripts, and let Find Database Tables do the searching for you!

Major Features:

  1. Fast Searching
  2. View the table data - make sure if you really want to delete the table or not
  3. View the scripts where a table was found
  4. Drop unwanted tables right from the application
  5. Export the results to a CSV file that can be used in any spreadsheet application
  6. Can view table data, scripts, and delete tables while the searching is going on
<<less
Download (3.9MB)
Added: 2009-09-09 License: Freeware Price: Notavailable
downloads
MySQL Wrap 1.0

MySQL Wrap 1.0


MySQL Wrap - App to start and stop MySQL server more>>
MySQL Wrap is a small application that starts MySQL server when launched and stops it when quit. Does not require admin privileges to run.

Completly freeware and source code is included in the package.
<<less
Download (43KB)
Added: 2006-04-25 License: Freeware Price:
1281 downloads
CocoaMySQL 0.7b6pre

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).

<<less
Download (1.9MB)
Added: 2007-01-02 License: Free Price:
downloads
Gift Management Database 1.0

Gift Management Database 1.0


Gift Management Database - Tutorial using Cocoa, ODBC, MySQL more>>
Gift Management Database is a complete project build with Cocoa and Xcode that use ODBC drivers for interfacing the MySql database.

This package includes all source code needed to build a complete application for managing presents and gifts. With this tutorial everyone can start to create a complete commercial application using databases.

You can manage person, gift and recurrence tables, meaning that you can create, modify, delete and print database information for Person, Gifts and so on.
<<less
Download (5.8MB)
Added: 2006-05-11 License: Freeware Price:
1270 downloads
MySQL 6.0.10 Alpha / 5.1.35

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)

<<less
Download (83.3MB)
Added: 2009-06-05 License: GPL Price: FREE
250 downloads
 
Other version of MySQL
MySQL 5.1.35Source SQL database, is provided by MySQL AB. MySQL AB is a commercial company that builds its ... company that builds its business providing services around the MySQL database. Requirements
License:Free
Download (60.2MB)
downloads
Added: 2009-06-04
MySQL 5.1.32The world?s most popular open source database. Its architecture makes it extremely fast ... features has resulted in a database management system unmatched in speed, compactness
License:Freeware
Download (List)
65 downloads
Added: 2009-03-05
MySQL 5.0.41, Open Source SQL database, is provided by MySQL AB. MySQL AB is a commercial company that builds ... providing services around the MySQL database. Enhancements: - ACID Transactions to build
License:Freeware
Download (60.1MB)
940 downloads
Added: 2007-06-18
MySQL 3.23.51Marc Liyanage - MySQL is popular among a great number of users as an outstanding and effective database server ... MySQL. MySQL 3.23.51 is popular among a great number of users as an
License:Freeware
Download
downloads
Added: 2002-06-16
JumpBox for the MySQL Relational Database 1.1.11

JumpBox for the MySQL Relational Database 1.1.11


JumpBox for the MySQL Relational Database is described as an easy to use, flexible and feature-rich databases which is used as an integral component in many JumpBoxes. more>>

JumpBox for the MySQL Relational Database 1.1.11 is described as an easy to use, flexible and feature-rich databases which is used as an integral component in many JumpBoxes.

This JumpBox includes MySQL 5 along with PHPMyAdmin setup and ready to run. It's a great tool for developing database backed applications and can also be used along with other JumpBoxes if you need to move the database into a separate virtual machine.

Deploying an application as a JumpBox provides a dramatically-reduced path to getting started with the software. Aside from installation benefits it yields other advantages such as portability across computing environments and simplified ongoing maintenance of the application.

This JumpBox is free so there's no risk in trying it out. Download it today and experience for yourself a whole new way of working with server software.

Major Benefits:
  1. Self-contained deployment means easy to move or delete - it won't scatter files all over your operating system.
  2. New versions of the JumpBox contain updates to each component in the software stack so there's no patching web servers, application servers, databases, dependencies, etc.
  3. A web-based administration console simplifies the management of your application including SSL certs, email relaying, SSH, backups and more.
  4. Once you know how to install a JumpBox you can deploy any of 50+ other JumpBoxes and take advantage of a growing library of conveniently-packaged Open Source software.
<<less
Added: 2009-11-04 License: Freeware Price: Notavailable
downloads
MySQL Workbench OSS 5.2.8b1

MySQL Workbench OSS 5.2.8b1


MySQL Workbench OSS is regarded as a convenient and professional tool 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
Download (21.4MB)
Added: 2009-11-16 License: Freeware Price: Notavailable
downloads
 
Other version of MySQL Workbench OSS
MySQL Workbench OSS 5.1.18MySQL Workbench OSS is a perfectly designed program which enables a ... , and manage all types of databases including Web, OLTP, and data warehouse databases. MySQL
Price: Notavailable
License:Freeware
Download (14.8MB)
downloads
Added: 2009-09-04
MySQL Administrator 1.1.10

MySQL Administrator 1.1.10


MySQL Administrator - Graphically administer your MySQL environment more>>
MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating. MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
Enhancements:
- This is a maintenance release of MySQL Administrator with improved stability.
<<less
Download (5.7MB)
Added: 2006-05-18 License: Freeware Price:
1309 downloads
MySQL Query Browser 1.1.18

MySQL Query Browser 1.1.18


MySQL Query Browser - MySQL graphical shell more>>
MySQL Query Browser is a database querying tool that combines the simplicity of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more.
MySQL Query Browser is the easiest visual tool for creating, executing, and optimizing SQL queries for your MySQL Database Server.
The MySQL Query Browser gives you a complete set of drag-and-drop tools to visually build, analyze and manage your queries.
Main features:
- Query Toolbar to easily create and execute queries and navigate query history
- Script Editor giving you control to manually create or edit SQL statements
- Results Window so you can also easily compare and work with multiple queries
- Object Browser enabling you to manage your databases, bookmarks, and history using a Web Browser like interface
- Database Explorer where you can select tables and fields to query, as well as create and delete tables
- Table Editor allows you easily create, modify and delete tables
- Inline Help giving you instant help access to selected objects, parameters, and functions.
Enhancements:
- This is a maintenance release of the production MySQL Query Browser for Mac OS X.
<<less
Download (2.5MB)
Added: 2006-03-13 License: GPL Price:
1347 downloads
SuperMySQL 1.0.b5

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.

<<less
Download (1.2MB)
Added: 2005-11-19 License: Freeware Price:
downloads
MySQL Magic 1.0.3

MySQL Magic 1.0.3


Cocoa GUI wrapper for MySQL client. more>>
MySQL Magic is a Cocoa GUI wrapper for MySQL client written in Objective-C.It is multi-document, multi-threaded, and blazing fast, and will tremendously increase your productivity on your web site developments.

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 !
<<less
Download (186KB)
Added: 2004-06-01 License: Freeware Price:
1978 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5