mysql workbench

MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.

641
267
C++

MySQL Workbench

Copyright © 2007, 2024, Oracle and/or its affiliates.

This is a release of MySQL Workbench, a graphical tool for working with MySQL servers and databases.

Home screen on Windows

License information can be found in the License file.

This distribution may include materials developed by third parties.
For license and attribution notices for these materials, please refer to the License file.

For more information on MySQL Workbench, visit
http://dev.mysql.com/doc/workbench/en

For additional downloads and the source of MySQL Workbench, visit
http://dev.mysql.com/downloads

MySQL Workbench is brought to you by the MySQL team at Oracle.

Overview

MySQL Workbench is a graphical tool for working with MySQL servers and databases. MySQL Workbench fully supports MySQL server versions 5.6 and higher.

MySQL Workbench functionality covers five main topics:

  • SQL Development: Enables you to create and manage connections to database servers. Along with enabling you to configure connection parameters, MySQL Workbench provides the capability to execute SQL queries on the database connections using the built-in SQL Editor.

  • Data Modeling (Design): Enables you to create models of your database schema graphically, reverse and forward engineer between a schema and a live database, and edit all aspects of your database using the comprehensive Table Editor. The Table Editor provides easy-to-use facilities for editing Tables, Columns, Indexes, Triggers, Partitioning, Options, Inserts and Privileges, Routines and Views.

  • Server Administration: Enables you to administer MySQL server instances by administering users, performing backup and recovery, inspecting audit data, viewing database health, and monitoring the MySQL server performance.

  • Data Migration: Allows you to migrate from Microsoft SQL Server, Microsoft Access, Sybase ASE, SQLite, SQL Anywhere, PostreSQL, and other RDBMS tables, objects and data to MySQL. Migration also supports migrating from earlier versions of MySQL to the latest releases.

  • MySQL Enterprise Support: Support for Enterprise products such as MySQL Enterprise Backup, MySQL Firewall, and MySQL Audit.

Performance dashboard

The code repository on Github is where we publish a snapshot of our internal repository everytime a new release of the product is published. Use the MySQL bug system to report any issue you have. You can use Github or the MySQL bug system to contribute to the development. File a pull request on Github or a new issue on the MySQL Bug system with your patch and we will take care of it.