Skip to content

dbForge Studio for MySQL

dbForge Studio for MySQL is a universal set of MySQL GUI tools for database management, administration and development. It enables to create and execute queries, develop and debug MySQL routines, and automate MySQL database object management in the convenient environment.

http://www.devart.com/dbforge/mysql/studio/

dbForge Studio for MySQL

Categories

JUMP TO ANOTHER FORUM

466 results found

  1. when i alter any column for renaming or chaning data type or any other action in table using GUI, I want it also as SQL code like in xampp

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  2. When results from SQL query contain a newline/carriage return, only the first part of the result (until the first CR) is displayed.

    For instance, if my DB field contains CR as follows :
    My Business
    1 park avenue
    New-York
    USA

    When getting this field content through select, only the first line ("My Business") is displayed in the result panel.

    1 vote
    1 comment  ·  Bugs  ·  Admin →
    How important is this to you?
  3. When using Chinese PinYin input(such as QQ pinyin input), the input box will keep at the left-top screen, don't follow my cursor position.

    1 vote
    0 comments  ·  Bugs  ·  Admin →
    How important is this to you?
  4. it is necessary to add a great feature: if there is a connection to several databases that would click on any of the objects, this database became active and the request addressed to the active database, with active database would be highlighted, and the passive was less bright. this function is for heidisql.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  5. JSON can store complex and dynamic relational data structures. It self describes the data structure, but when you want to import that into a relational database, you need to create the tables and capture the relationships using primary and foreign keys. A smart import which could create the tables and keys on the fly would be invaluable

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  6. in the previous version there was the option to navigate within the same document between the commands executed next / previous ... I noticed that in the new version 7.3 no longer exists this command. My suggestion since I see that there is no longer this possibility and it is impossible to access the history in another tab copying and pasting I would like to know if it would have the possibility since it has all the recorded history (and it was good) to have a command or key that navigate to history by copying the command automatically to the…

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  7. Hello

    I need combined layout shortcut for editing procedure or function.

    Always, I click split or combined button.

    It's very inconvenience.

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  8. I love your intellisense but....
    if you are working on a query in a different schema that the join you are making the schema name is to inserted.

    for example let say you have scha.table1, schb.table2, schb.table3 with and FK defintion between the latter 2 tables

    if you are in scha and start typing

    select *
    from schb.table2
    inner join

    intellisense wil propose the join with table3 (great) but if you select it it just insert
    inner join table3 on .....
    instead on schb,table3 on .....

    1 vote
    0 comments  ·  Bugs  ·  Admin →
    How important is this to you?
  9. a way to see all the fields in a table in sorted way. A-Z or Z-A.

    some tables right here have 300 columns

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  10. When editing SQL code in dbForge for MySQL 7.3.137, there is a case where it fails to detect the "start of comment" delimiter, and incorrectly intreprets the remaining text on the line as SQL code. This breaks the syntax highlighter, auto-complete, and ability to save stored procedures, functions, etc.

    Specifically, when using a double-dash "--" to start a comment in MySQL, it normally requires whitespace after the double-dash to be interpreted as a start of comment delimiter. However, when the double dash is at the beginning of a line, it does not require whitespace.

    See: https://dev.mysql.com/doc/refman/5.7/en/ansi-diff-comments.html

    Example:

    -- This is…

    1 vote
    1 comment  ·  Bugs  ·  Admin →
    How important is this to you?
  11. plz make dbForge Studio for MySQL able to rent for 10$ monthly with full features. thanks

    1 vote
    1 comment  ·  Features  ·  Admin →
    How important is this to you?
  12. Okay, I ran in to a problem when I backed up MySQL on one server and tried to restore to another machine. The target machine did not have a LARGE Enough value for @@global.maxallwoedpacket size.

    This caused HUGE Blob fields to NOT load (and in fact, stopped the script from continuing SILENTLY).

    By adding an ASSERTION or maybe forcibly setting the value for the script, it would have processed correctly.

    To me, this is a variation of setting the DATE format at the top of the script.

    At the very least, a comment in the script would have…

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  13. Not sure if it needs to be classified as a bug or a new features BUT!!!!
    I noticed today after our Aurora AWS Cluster failed over that I was not able to recompile a stored procedure I was altering.
    From a query window you can close the connection and an execute will open it again.
    But you can't close the connection from the editor!!
    And it's the same with Table Editor.
    I know you can close it from the DB Explore but it's inconsistent with the SQL Editor UI. You should have the same buttons.

    1 vote
    0 comments  ·  Bugs  ·  Admin →
    How important is this to you?
  14. MySQL Workbench allows users to review the update/delete/insert SQL before committing a change in the data editor. This can be useful if you would like to run the same edits on multiple connections or you would like to perform similar edits.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  15. It would be nice when debugging large queries that have been pasted into the editor and everything but relevant parts are commented out to be able to hide those commented lines (a bit like code folding in other editors)

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  16. dbForge Studio 2019 for MySQL 8.1.22
    When sync data between MySQL 5.7.25 and MySQL 8.0.15 and table have field name in reserver keywords, got error like "check syntax ", rank,", fields and tables names must be enclosed in apostrophes.
    MySQL 8.0 event like
    CREATE
    DEFINER = 'username'@'localhost'
    EVENT odatabase.eventname
    ON SCHEDULE EVERY '1' WEEK
    ...
    in GUI shows as "every '7' (SEVEN) weeks", but DDL is right.

    1 vote
    1 comment  ·  Bugs  ·  Admin →
    How important is this to you?
  17. In the data comparison or structure comparison properties, when you select the destination connection so that the database name is automatically selected the same as in the source.
    Ability to compare all the schemes (with select ability) and both the schemes and data at once. Thank you.

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  18. need find a value/string in a database both data and structure (just like one in navicat)

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  19. Chinese GUI interface language. Can you made the mysql studio GUI interface support Chinese? Thanks. If your need one person to help you translate the english to Chinese, perhase I can do it.

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  20. use the database search to find any column/row in the database that has a value of an Empty String (as opposed to NULL). what value would you put into the search box to find these fields. Generally expand the usability of the search tool

    1 vote
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  • Don't see your idea?