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

132 results found

  1. It would be nice if diagrams could be exported as vector graphics (SVG, EPS, or WMF, or ...).
    Such as the diagrams can be imported in a MS-Word document and can be scaled without loose of resolution.

    As alternative, it would be nice if, while exporting as image, we can choose a resolution for the image.

    By the way I was really searching for a long time for a tool like your "dbForge Studio for MySQL" and I think it is the best around.
    It does include all I Need and much more.

    Thanks, Michael ;)

    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 →

    This can be performed as follows:

    1. Right-click the diagram and select ‘Export to Image…’ from the popup menu. The ‘Save As’ dialog opens.
    2. In the ‘Save as type’ field select ‘Enhanced Metafile Format (*.emf)’.
    3. Click ‘Save’.

  2. Hi, I use your schema and data synchronisation features but with the data one I rarely (never) want to compare every table and some of the ones I don't need are quite large so I use the mapping features to de-select those I'm not interested in. Trouble is I have to do this every time as there's no way to save the connection and mapping details into a file for repeat use (if you've used Red Gate's Data Compare for SQL Server then you'll know what I mean).

    Any chance you can add this functionality in, please?

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

    Please note that dbForge performs mapping identically to Red Gate.

    Once automapping is performed and the user specified objects are excluded from the mapping, you can perform comparison and then save it. When you open the save comparison, the previously saved user specified mapping gets restored. Such a behavior is also identical to the Red Gate’s one.

    If you perform automapping, exclude specific objects from the mapping, perform comparison, save, then close the document, make changes in Source and Target by removing the pair of the mapped tables and then adding the pair of new tables, then open the saved project, the saved mapping gets restored where possible. That is, the removed pair of the tables is excluded from the mapping. For the rest, the mapping is restored and the new pair of tables is mapped automatically. Such a behavior is also identical to the Red Gate’s one.

    Additionally, starting…

  3. Add the ability to connect through a proxy server

    4 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 →
  4. an option to automatically generate the insert of the filtered data and displayed in the data 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…)
    0 comments  ·  Features  ·  Admin →

    This can be performed by right-clicking in the data grid and selecting ‘Script Data as INSERTs to → …’

  5. Would love to see more smart and automated tools to migrate databases. Currently you must do a back up and restore. How about extending some of the tools to allow you to simple select source, destination, change some options, and move an entire database.

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

    There are the Copy Database, Data Compare, Schema Compare and Script Folder features supported in the command line interface.

    Also, Exit Codes were added in the command line interface.

  6. When you change or create a table you need to manually refresh for code completion to pick-up the new changes.

    Would be nice for use lazy people if it refreshed with changes :)

    2 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 →
  7. Provide a keyboard shortcut to show/hide the results of a query (the results document view) instead of having to click on the button in the bottom right of the screen.

    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 →
  8. Automatic generation of database diagram schema and FK relations

    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 →

    Please note that you can drag’n’drop a database from Database Explorer onto a Database Diagram document that can be created by selecting ‘File → New → Database Diagram’ from the popup menu. Relations between tables will be displayed on the diagram. The database changes made on the diagram will be applied straight to the corresponding database.

    Please refer to the ‘Designing Databases with Database Designer’ and the following articles in our blog:

    http://blog.devart.com/how-to-create-mysql-database-in-one-shot.html

    http://blog.devart.com/getting-started-with-database-designer.html

  9. A helpful feature is a SQL history backto more weeks or moth

    6 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 →
  10. Create JSON Data Import Formats option. You already have XML, and many websites and file downloads are now JSON

    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 →
  11. For example...

    WHERE
    ----X = 1
    ----AND Y = 2
    ----AND (Z = 3 OR Z = 4)

    Currently the OR will drop to a new line...

    WHERE
    ----X = 1
    ----AND Y = 2
    ----AND (Z = 3
    ----OR Z = 4)

    which is hard to read

    2 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 →
  12. I suggest you split the data type and length elements in the table designer (new table) so that users can tab through entering column information. The current layout requires using the mouse to, for example, specify a different varchar length

    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  ·  4 comments  ·  Features  ·  Admin →
  13. Please, remove choosing autocomplete item with space button.. Its not comfortable when you type something and press space.

    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 →

    Please perform the following:

    1. Select ‘Tools → Options’ from the main menu. The ‘Options’ window opens.

    2. Navigate to the ‘Text Editor → Code Completion → List Members’ branch.

    3. Unselect the ‘Whitespace’ option.

  14. Version: 6.0.315: 'Export Data...' to SQL: a database name is always prepended to the table name; even when you remove it from the destination table name in the 'Options' step.

    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 →
  15. It would be nice if the schema comparison included security. Security manager is great but if you are maintaining multiple databases, having to manually keep permissions in sync is a pain.

    3 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 →
  16. Application does not import XLS sheets correctly when values are calculated via formula. Static values work ok.

    6 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 →
  17. It would be great if we could have a quick shortcut icon or key next to "Refresh Data" (Query Tab), when after we run a query, we could retrieve the data again (without having to go to table and click - Retrieve Data). Small quirk, but massively productive.

    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  ·  Features  ·  Admin →

    You can define your own shortcut for this command as follows:

    1. Select ‘Tools → Options’ from the main menu. The ‘Options’ window opens.
    2. Navigate to the ‘Environment → Keyboard’ branch.
    3. Type ‘TableRetrieveData’ in the ‘Show Commands Containing’ field.
    4. Find and select the ‘Database.TableRetrieveData’ item in the list below.
    5. Set the focus in the ‘Press shortcut keys’ field.
    6. Press the key combination you want to assign to the command. This combination will appear in the ‘Press shortcut keys’ field.
    7. Click the ‘Assign’ button next to this field.
    8. Click ‘OK’.

  18. Restore the option "Go to definition F12" in contex menus
    It was very great to have "Go To Definition" (F12) in context menus.

    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 →
  19. While in Visual Studio with SSDT, I have to disable SQL Complete to enable default table and column intellisense. My primary use of SQL Complete is to format documents so I need to be able to execute Format Document even when SQL Complete is disabled.

    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 →
  20. I would like to be able to generate either a single image (jpeg, png, gif) containing the whole schema, or page images. This would be really useful when publishing schema on a website for review.

    The perfect solution would be where dbForge Studio for MySQL could arrange for a mime type for their dbd file, and develop browser plugins to view the dbd (like the adobe pdf reader can read pdf's), which would allow pan and zoom to make reviewing larger schema easier.

    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 →
  • Don't see your idea?