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

473 results found

  1. Currently there is no way of setting the default language to read a SQL script.

    Users must select 'File -> Open File...' in the main menu EACH time they open a file and tell the program which language the page is encoded in

    Within my (local) Environment, my default language (set by Windows) is Western European, however I save all my scripts as UTF-8 (65001) by default as my deployment environment is on a UNIX server

    it would be very much appreciated if I could save my default "Open As..." information somewhere in the IDE Options

    I'm sure other developers…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. There are 3 options to display fields in the database diagram:
    * Field names only
    * Field name & type
    * Field name & precise type

    Please, add 1 more to display Field name, type and comment.

    It will make the diagram more clear for a person who doesn't know the database structure well enough. As they won't have to click on every table to see what exactly those fields mean.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. When an error occurs when you update a table you only get generic error messages that don't mean anything. Using the SHOW ENGINE INNODB STATUS in my case will give me a really nice description of what actually has happened.

    It would be great if on errors dbForge queries the SHOW ENGINE INNODB STATUS and returns a more dev friendly error message.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Hello,

    I'm currently looking into available tools to perform DDL and DML comparison from the command line for an automation project of database continuous delivery. So besides a tool running from the command line it also needs to be able to generate the necessary scripts.
    After a day of playing around with both dbForge schema and data compare, everything is looking fine and they seem to be good candidates for this project.
    Unfortunately I'm currently stuck with one challenge. As the comparison phase is only done once, in the beginning of the automation chain, the generated scripts need to be…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. When user select any cell in the data grid, the status bar display the relative column info..

    As PL/SQL Developer, see the first picture in https://www.allroundautomations.com/plssql.html
    The status bar display: deptno, number(2), optional, The 2-digit department number of the employee.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. It would be nice if the default view for stored procedures was "what I used last" rather than "half a screen of parameters, even when there are no parameters".

    Admittedly I have quite a few stored procedures with long lists of parameters (because MySQL/ConnectorC++ is horrid), and even for those I would rather see the default view have the splitter dragged up to hide the "parameters" text.

    I spend most of my SP editing time dealing with longer, more complex stored procedures, and having to constantly drag that splitter back up so I can have most of a screen of…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Hello, guys!
    I like to write comments for my objects and it will be helpful if comments will be shown in the hint on mouse hover on the database object in the Database explorer.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. when you type in a query window and you have the following types of database objects are returned: Views, Functions, and stored procedure. It will be a great feature to have a view of the code of the object.

    This way it will be easier to find out which Stored procedure or view to change by simply hovering over the database object instead of going to the defintion and right click and select modify.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. I have a complicated database. The procedures call each other. It is necessary to visually see the relationships between them

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. When view contains some unicode notation for fields aka N' it shows difference over and over even after fixing.

    When field contined some collation it shows difference over and over.
    [ModelNumber] [varchar](50) COLLATE SQLLatin1GeneralCP1CI_AS NOT NULL

    Pls fix it asap. I have dozen of objects showing that they have difference however they don't

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Bugs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Currently I have 10 production servers and a couple of dev/test servers added to my Database Explorer, it would be awesome if there was an option to manually DISABLE/ENABLE a server entry. That way I have extra protection agains accidentally running a script on the wrong db.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Installed this version and the design is very diferente. The icons are diferente, more dificult to identify. Please roolback to previous design.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Provide a way to unsubscribe without logging in, a staff member has left our organisation and emails are forwarded. I don't know the accounts password...

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. In dbForge Fusion for MySQL, when you add a folder to the project in the Solution Explorer, right clicking on it does not bring up a menu. I added a folder named DataFiles to go along with Functions, Procedures, Tables and Views folders. When you right click on any of these last 4 folders you get a menu with the following choices:
    ... Add New File...
    ... Add Existing File...
    ... Add Folder
    ... Rename
    ... Delete
    ... Refresh
    ... Properties

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. can you add the effect of "indent guide line" in the sql text editor,it'll be better for edit the sql?

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Questions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Add a setting by default, that once enabled - stores queries that affect metadata changes in a kind of transaction log locally on hard disk.

    Recenlty I've got a problem with hosting provider, who got DB dumps with only data in it, but it's lack of saving tables, procedures, views and UDFs. Its a fail.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. dbForge removes comments for the procedure parameters when I edit anything inside Parameter panel.

    Let’s say I have

    ...

    Code: Select all
    PROCEDURE host1355175te.spfcagain(
    IN p
    userid int /comment for the procedure parameter is here/, IN ppairid int, IN pdeb int, OUT o_res int)
    COMMENT 'Comment for the procedure is here'
    BEGIN

    ...

    “/comment for the procedure parameter is here/” will be removed if I, for instance, edit Comment via UI in Options panel or change parameter’s order.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. It would be fantastic if we could create Excel templates that don't include a data source, file name, etc. All I really want is for my exported data to use all the default Excel fonts, formatting, etc., not the values from dbForge.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 2 8 10 12 23 24
  • Don't see your idea?