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

35 results found

  1. As the most common live platform is the LAMP stack, most people will at some point wish to debug procedures on linux. Many of us also use linux as a cheap development box.

    37 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We tested our product under Wine. Results are described on our blog http://www.devart.com/blogs/dbforge/index.php/dbforge-studio-mysql-on-linux-operating-systems.html

    There are several bugs in Wine that make working with GUI nearly impossible.
    Porting to Mono is impossible either (we also investigated this path).

    If you want to move this process further, please try our product yourself under Wine and file bugs to http://bugs.winehq.org/

    And we have to decline this particular idea on UserVoice.

    • all commands from main menu | context menu must be accesable 4 tolbar
    17 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  2. When you execute a query or a stored procedure it would be nice to see how long the current query is being executed (refreshed every second, for example). And after the query is done it should be shown how much time it has taken.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  3 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. Hi there, Clustrix uses mySQL protocol, so many third party db mangers work. There are some subtle differences, but nothing that others like Heidi, DbVisualiser or dbSchema couldn't handle. I'd like to try dbForge on my Clustrix project but connection says 'unknown variable: maxsortlength'.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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. I love dbForge and it is the only reason, why we still run a virtual Windows7 machine on our MacBooks in the office. Having a version vor Mac OS would be just great!

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    Since there are no DevExpress components for Mac OS, it is not possible to implement a Mac OS version of dbForge.

  5. Add "Save as ..." menu item for sql queries and project.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  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…)
    declined  ·  2 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)
  7. 3 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)

    Regarding to a large number of P/Invoke calls porting our product on Mono becomes virtually impossible.

  8. It isn't possible to execute a query in the context of a selected(in the Database Explorer) database. When I open a new SQL Editor and execute a query, then the database specified in the connection properties is the context for this query. I think in the context menu of a table should be a new item(New SQL or New Query) which opens a new SQL editor. All queries inside this editor should be executed in the context of the previous selected table.

    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)

    You can select database in which context to execute from drop-down list on SQL Toolbar.
    Dynamically changing the database each time when new query document is opened can be confusing.

  9. dbforge-mysql

    There's a bug in summry view of tables.
    In summary view = 2039 rows count
    In retreive table data = 2657 row.

    This bug is UNACCEPTABLE....

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  10. I use continue handler to handle the end of row in a cursor in an stored proc. While debugging the debugger does not recognize when the handler fires an changes a variable. The debugger-value-tooltip for that variable still displays the old, unchanged value after the the handler fired.

    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)

    Unfortunately, we can not fix the issue for technical reasons.

    Workaround:

    Please use BEGINEND block around the handler statement.

    For example:

    DECLARE CONTINUE HANDLER FOR NOT FOUND
    BEGIN
    SET l_nomore = 1;
    END;

  11. A version of dbForge that runs natively on OSX

    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)

    Since there are no DevExpress components for Mac OS, it is not possible to implement a Mac OS version of dbForge.

  12. The data view goes into edit mode when you click on a date value (and shows the date chooser) even when the table is in read-only mode. Date columns should behave like all other columns in read-only mode; that is, the date chooser should not come up at all.

    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)
  13. Your autocomplete for mysql includes a global variable @@lastinsertid -- AFAIK, no such global exists; it's a function call, so it should fill with lastinsertid() instead.

    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)
  14. dbForege Fusion has no commandline support for generating change scripts during the build which is critical to automation.

    It is critical for upgrades I'm able to do this on the build server
    - Deploy a versioned release of the database
    - Create a change script via command line
    - Deploy the script for verification
    - Include the change script for every release in our installer This way we can upgrade from any database we released to the latest.
    (I have this working with Visual Studio & SQL Server but we need MySQL)

    DBForge Studio for MySQL would work except it…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    4 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)
  15. I do all my web applications and database development on Ubuntu. A good commercial MySQL management tool is difficult to find.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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. Database and table have latin1 charset but nor in manual nor in charset autodetect mode russian text did not correctly displayed

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  17. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  18. i hate the way the start page moves. Please allow it to be pinned it to the beginning.

    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)
  19. how do I turn off the inserted blanks for camelcase fieldnames in result headers?
    I think this feature is basically a good idea to improve readability, however it has to be possible to turn it off somehow because it becomes an annoyance sometimes (e.g. when copying query results with headers for further processing elsewhere).

    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)

    Actually, it’s by design. However, column names have no blanks and there is a possibility to modify them when exporting data through the Data Export wizard.
    Please refer to the ‘Data Export’ node in help documentation on how to export data through the Data Export wizard.

← Previous 1
  • Don't see your idea?