/* Answer to: "mysql workbench download" */
/*
MySQL Workbench is a visual database design tool that integrates
SQL development, administration, database design, creation and
maintenance into a single integrated development environment for
the MySQL database system.
You can download it here:
https://dev.mysql.com/downloads/workbench/
*/
/* Download Link: https://dev.mysql.com/downloads/workbench */
SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool. It is written in Java and should run on any operating system that provides a Java Runtime Environment.
Its main focus is on running SQL scripts (either interactively or as a batch) and export/import features. Graphical query building or more advanced DBA tasks are not the focus and are not planned. It's not intended as a full blown "development IDE", but more as a powerful command line.
Current stable version: Build 129 (2022-10-23)