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

475 results found

  1. I'd like to be able to resize this panel without the need to hover over the item. Very, very minor item. Thank you.

    1 vote
    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. Now the synchronization aborts when an error occurs. Adding an option which overrules this behaviour and the synchronization process for a table continues.

    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)

    Could you please provide us a screenshot of the synchronization you are referring to?

    You can send a reply straight to our support system at supportATdevartDOTcom and alexaATdevartDOTcom

  3. How about an option in the connection string to mark the connection as an interactive one so that interactivetimeout applies instead of waittimeout?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  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)
  4. 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)
  5. Like when you use phpmyadmin by entering the value (password) and mark the function as MD5

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Make the restore database have the option to ignore errors, so easy can fix minor mistakes without having to redo the backup

    1 vote
    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)
  7. 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)
  8. Multi-select column Names (works).
    Drag and drop as a COMMA List in the SQL Editor (does not work)

    Even better, if the SQL Text area is empty or being dropped after a ; with no open SQL statement, include "Select " + $fields + " from " + $table with it!

    4 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. 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)
  10. in visual studio: press ctrl + h always global popup window. how to use "find & replace" locally mini popup?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  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)

    Could you please describe this in more detail?

    You can reply straight to our support system at supportATdevartDOTcom

  11. 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)
  12. It would be great if there were T4 templates for generating Microsoft WebApi endpoints reather than MVC controllers. MVC is ok but amI, as I a im sure more and more developers are, creating client apps which access data via web apis or similar. Of course the advantage of this it that these webapis dont care what the client is and the client dosent care what is behind the webapi.

    1 vote
    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. When you reverse engineer a table with a column defined like this
    tdate timestamp NOT NULL DEFAULT date(CURRENTTIMESTAMP) ON UPDATE CURRENTTIMESTAMP
    after any change in the table, unrelated, you write the same column as
    tdate timestamp NOT NULL DEFAULT 'date(CURRENTTIMESTAMP)' ON UPDATE CURRENTTIMESTAMP
    which is wrong, the quotes cannot be there. The modification fails.

    1 vote
    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)

    Could you please provide us the CREATE definition of the table and specify what version of dbForge Studio for MySQL you are using?

    You can reply straight to our support system at supportATdevartDOTcom

  14. 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)
  15. Is it possible to have the AS stay on the same line as CREATE or ALTER ddl statements?

    For example I have
    CREATE VIEW vSTuff as SELECT * From tbl which formats to
    CREATE VIEW vStuff
    as SELECT *
    FROM tbl

    I want
    CREATE VIEW vStuff as
    SELECT *
    FROM tbl

    1 vote
    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)
  16. I like the idea of it, but I can't do something simple like collapsing sections, using outlining?

    Is the product being developed anymore, I see the last update was sometime ago?

    1 vote
    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)
  17. I don't know my username, I know my email, I can't request my password as it says my account is activated, but I can't get the activation email because I don't know the username apparently.

    Someone help, very frustrating

    1 vote
    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)
  18. 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)
  19. In MySQL studio the primary keys (binary(16)) are displayed as binary(example: "�J���/�H��>�}�'�" and not the GUID (example: "{a3884a8b-2fc0-48f0-95a8-3edd7d9527e9}").
    I understand that it is not possible for MySQL studio to "know" that a Binary(16) is not just binary data, but a GUID.

    In PHP there is a function to "decode" a GUID and display it as a string. The function is called "mssqlguidstring" (http://php.net/manual/en/function.mssql-guid-string.php ).
    It would be nice to specify somewhere that all binary(16) fields are actually GUIDs and not just binary data. Something like "treat Binary(16) as GUID".

    74 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. If have procedures that use

    IF operation = 1 THEN
    BEGIN
    //code
    END;
    ELSEIF operation = 2 THEN
    BEGIN
    //code
    END;
    END IF;

    the outlining doesn't appear on the BEGIN statements in this scenario, so I cannot collapse everything inside the section. This would greatly help in navigating large procedures.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Could you please provide us the full script of the stored procedure and a screenshot displaying this issue?

    Please also let us know what version of dbForge you are using.

    You can reply straight to our support system at supportATdevartDOTcom

  • Don't see your idea?