dbForge Studio for MySQL Releases

Released: Apr 9, 2025

Updates in V10.1.165

Fixes

  • Fixed an issue editing procedure parameters in the object editor.
  • Fixed problem with SQL query sorting algorithm when describing view and view column metadata.

Released: Mar 28, 2025

Updates in V10.1.158

Features

  • Added connectivity support for MySQL 9.2.
  • Added support for modern encryption, hashing, and key exchange algorithms for SSH connections.
  • Added support for ODBC table parsing.
  • Added support for the CREATE PACKAGE statement in the non-Oracle mode.
  • Added the ability to enter values for TEXT parameters to execute a procedure.
  • Added support for the syntax of the 'yes', 'no', 'on', and 'off' Boolean values for table options, such as PAGE_COMPRESSED='ON'.
  • Improved the forming of column names...

Released: Sep 25, 2024

Updates in V10.1.24

Features

  • Introduced connectivity support for MySQL 9.0.
  • Added connectivity support for Kamatera MySQL Cloud.
  • Added support for the rds-ca-rsa2048-g1 SSL/TLS certificate for connecting to MariaDB servers on Amazon Web Services (AWS).
  • Added support for HeatWave-specific commands in Code Completion and Syntax Check.
  • Redesigned the Query History interface.
  • Added quick selection of all relationships within a Database Diagram.
  • Added the ability to copy data to the clipboard in the CSV format from Data...

Released: Mar 28, 2024

Updates in V10.0.225

Features

  • Improved the behavior of retrieving metadata about database objects under restricted privilege conditions.
  • Added support for the Mroonga engine in the syntax checking.
  • Significantly improved the performance of parsing queries containing a large number of JOIN operations.
  • Improved the behavior of the Execute Current Statement and Execute To Cursor commands during script parsing when it's not possible to evaluate the script fragment for execution. Users will now be notified when executing...

Released: Jan 17, 2024

Updates in V10.0.150

Features

  • Code Completion and Syntax Check
    • Added support for START, STOP, SHOW and RESET REPLICA statements.
    • Added full support for FLUSH command.
  • DDL generator
    • Added the option to Include triggers to DDL generator.
    • Added Include DEFINER clause and Include SQL SECURITY clause options instead of Exclude DEFINER and SQL SECURITY clauses option.
  • Others
    • Added connectivity support for MariaDB 11.4.
    • Upgraded from legacy chart designer to advanced new version.
    • Added new Alt + Up/Down Arrow shortcuts for...

Released: Nov 20, 2023

Updates in V10.0.60

Features

  • Added the ability to open the Object Editor's Data tab directly from the Database Explorer.

Fixes

  • Fixed an issue editing string values in the Data Editor.
  • Resolved a crash when attempting to save a script larger than 2 gigabytes.
  • Fixed an issue parsing duplicate objects in the script.
  • Resolved problem with SQL Document freezing during query execution.

Released: Nov 3, 2023

Updates in V10.0.46

Features

  • Source Control
    • Integrated Source Control with support for popular version control systems such as Azure DevOps Server, Apache Subversion (SVN), TFVC, Git (including GitHub, GitLab, and Bitbucket), Mercurial (Hg), Perforce (P4), and SourceGear Vault.
  • Code Completion & Syntax Check
    • Added highlighting and quick navigation between syntax pairs.
    • Navigation between COLUMNS and VALUES in INSERT statements has been made easier, and has also been augmented with highlighting.
    • Improved the...

Released: Sep 14, 2023

Updates in V9.2.128

Features

  • Added support for authentication via AWS Identity and Access Management (IAM).

Fixes

  • Fixed an issue with the SSL connection to the server.

Released: Aug 17, 2023

Updates in V9.2.105

Features

  • Added support for MySQL v8.1.

Fixes

  • Improved table mapping error diagnostics in Data Compare.
  • Removed the automatic creation of an empty debug.log file when opening the Studio.
  • Removed the cause of warnings in database backup scripts; the ALTER TABLE ENABLE KEYS command is applied to MyISAM tables only.
  • Fixed an issue in the table editor that occurred when opening a table with the # character in the title.
  • Improved the modification mechanism for procedures and functions; when saving an...

Released: May 18, 2023

Updates in V9.2.34

Fixes

  • It is impossible to specify shortcuts for several commands within the 'Generate Script As' section of the data editor pop-up menu.
  • All toolbar and menu buttons are unresponsive within specific environments.
  • Facing parsing errors when performing schema comparison for objects containing specific subqueries.
  • Incorrect encoding within the SET NAMES statement when generating data export script.