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

243 results found

  1. 67 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 →
  2. will be useful for rapid filling of data and study the performance, before it becomes a problem.

    33 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  Features  ·  Admin →

    Meaningful test data generation is available in a new tool – dbForge Data Generator for MySQL. In a few months it’ll be implemented in dbForge Studio for MySQL.

  3. auto-change of source code containing a procedure, function, view, or table name if renamed or moved to another schema.

    116 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 →

    Hello,

    We would like to let you know that we have released dbForge Studio Beta for MySQL, v6.0 where the Database Refactoring functionality is implemented: http://www.devart.com/dbforge/mysql/studio/download.html

    It is well known that the refactoring of a database is not an easy task and every developer or administrator, sooner or later, encounters it.

    You should expect problems when refactoring a MySQL database in the following cases:

    1) When renaming the table column referenced by the column of another table via foreign key.
    2) When renaming the table column or the table itself from which data is fetched in a view.
    3) When renaming objects with code.

    All the above cases were handled by us during developing this functionality and tested on real databases.

    In our application, Refactoring can be invoked from the popup menu of each object in Databse Explorer as well as from the visual object editor when changing the name…

  4. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  Features  ·  Admin →
  5. There is the "Explorer" panel on the left (by default) where available database are shown. If you expand a database node you see Tables, Procedures, Functions and other nodes.

    It would be good if number of objects were shown in the parentheses near the node name, for example:

    MyDatabase
    +Tables (50)
    +Procedures (200)
    +Functions (100)

    Personally, I need to see if an object (or objects) has been added to the database. For example I execute 3 create procedure statements, and then I want to check that number of procedures has been increased by 3.

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Features  ·  Admin →
  6. Creation and easy management of the groups of user with equal access rights

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Features  ·  Admin →
  7. Ability to disregard white space in schema comparisons

    43 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  3 comments  ·  Features  ·  Admin →
  8. Right-Click on an object and 'auto-object search' current schema for where this is used.

    37 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  Features  ·  Admin →
  9. Currently, new tabs are added in the left most position. Other applications (IE, Firefox, etc) add them in the right-most position

    5 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 →
  10. When doing a comparison (schema or data) allow user to select create/update/ delete left-to-right OR right-to-left

    6 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 →

    This feature is implemented for the data comparison tool.
    But implementation for schema comparison tool is hardly feasible.

  11. Failure of any single change doesn't effect other settings (Project Path!)

    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  ·  Bugs  ·  Admin →
  12. if 2 or more windows is docking in 1 place, then it must restored in THIS place without dependence from it opening/closing order.

    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  ·  Bugs  ·  Admin →
  13. Allow to view data in correct order even if only part of it is fetched from server (e.g. in paginal mode).

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  6 comments  ·  Features  ·  Admin →
  14. Command line interface for importing/exporting data from/to Excel, CSV, XML, etc.

    21 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Features  ·  Admin →
  15. Data Editor with allow to edit result set of a SELECT statement containing JOIN clause.
    Data Editor toolbar will contain a combo-box that allows to chose table to edit. This table columns are highlighted and all other columns are grayed.

    4 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 →
  16. Allows to get correct filtering results when only a portion of data is fetched from server (e.g. when paginal mode is on)

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  Features  ·  Admin →
  17. Allows to view data from 2 or more tables connected with one-to-many relationship (physical or logical).
    We plan to implement separate document with two views: Diagram and Data.
    Diagram view allows to build master-detail relationships visually (akin to Query Builder).
    Data view shows multiple result data sets.

    10 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 →
  18. For columns included in foreign key constraint Data Editor will allow to view and pick master records from popup editor.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  Features  ·  Admin →
  19. Data Export Wizard will allow to select multiple tables to export.
    Database Explorer will allow quick export from several tables selected with Ctrl+Click.

    0 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 →
  20. Wizard to create charts from data editor.
    Ability to draw chart automatically from pivot grid.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Features  ·  Admin →
  • Don't see your idea?