Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysql/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.
https://github.com/mysql/mysql-workbench
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mysql/mysql-workbench
- Owner: mysql
- License: other
- Created: 2015-10-22T13:43:06.000Z (about 9 years ago)
- Default Branch: 8.0
- Last Pushed: 2024-11-01T01:45:29.000Z (2 months ago)
- Last Synced: 2025-01-02T19:11:55.439Z (9 days ago)
- Language: C++
- Homepage:
- Size: 77.4 MB
- Stars: 907
- Watchers: 72
- Forks: 332
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: License.txt
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-mysql - MySQL Workbench - provides DBAs and developers an integrated tools environment for database design & modeling; SQL devleopment; database administration. (GUI)
- fucking-Awesome-Linux-Software - ![Open-Source Software - 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. (Applications / Development)
- Awesome-Linux-Software - ![Open-Source Software - 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. (Applications / Development)
README
# MySQL Workbench
Copyright (c) 2007, 2024, Oracle and/or its affiliates.
This is a release of [MySQL Workbench](https://mysqlworkbench.org), a graphical tool for working with MySQL servers and databases.
![Home screen on Windows](https://dev.mysql.com/doc/workbench/en/images/wb-home-screen-new.png)
License information can be found in the [License](License.txt) file.
This distribution may include materials developed by third parties.
For license and attribution notices for these materials, please refer to the [License](License.txt) file.For more information on MySQL Workbench, visit
[http://dev.mysql.com/doc/workbench/en](http://dev.mysql.com/doc/workbench/en)For additional downloads and the source of MySQL Workbench, visit
[http://dev.mysql.com/downloads](http://dev.mysql.com/downloads)MySQL Workbench is brought to you by the MySQL team at Oracle.
# Overview
[MySQL Workbench](https://mysqlworkbench.org) 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](https://dev.mysql.com/doc/workbench/en/images/wb-performance-dashboard.png)
The [code repository on Github](https://github.com/mysql/mysql-workbench) is where we publish a snapshot of our internal repository everytime a new release of the product is published. Use the [MySQL bug system](http://bugs.mysql.com/) 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.