468 results found
-
Create automation engine like VBA in MSOffice and CorelDraw or plugins Interface
It would be nice to have ability to develop automation scripts or plugins to allow extensibility of dbForge Studio for MySQL.
For example, I have repeating task:
1. Create backup of database A
2. Create backup of data in table b in database B
3. Overwrite database B with backup of database A
4. truncate table b in database B
5. Write data from backup of data in table b to database B
6. Performe some data modifications in database B
(all of this to produce developers copy of database from production database)I think that performing this feature will…
9 votes -
9 votes
-
Program to parse and analyze mysql_slow.log file
Unfortunately, as far as I understand, there is no such tool with the appropriate GUI, tables, charts, etc.
So you have a great opportunity to implement this.
9 votes -
Add JDBC connection support
Add ability to use JDBC connections (like dbVisualizer) for access to other DB's (I personally need it for as400 / iSeries / System i data). Initial release could just support data viewing, import.
9 votes -
Colored background for editor
I know you added some colors to differentiate between dev, stage, prod etc., and it's a good start, but it needs to go further like Toad does. They allow you to make the whole sql editor background color to be changed.
9 votes -
Add "Find in Database Explorer" right-click context option everywhere
Currently, the "Find in Database Explorer" right-click context option seems to only be in "Find Object" results.
It would be great to have "Find in Database Explorer" everywhere "Go To Definition" (F12) is currently found. Add a default speed key to it as well (CTRL-F12?)
9 votes -
Set cell value at UTC Now
With a right click, I can set the date and time to now, it would be nice to also have the possibility to set the value to "UTC now". This is important when the database is used across multiple time zones.
9 votes -
update grid alert
When choosing to edit a record from a select, an alert always appears that shows us the following:
"Unique key is missing"
This in previous versions only appeared when you did not indicate the primary key. Now it always appears even if it is a select * from anytable;
9 votes -
Add filter to save and then use the previously introduced
Add filter to save and then use the previously introduced
8 votes -
Start transaction read only
When I editing storage procedure and I add START TRANSACTION READ ONLY;
it is marked as error ';' expected8 votes -
Group SQL Tabs by Connection
MySQL Workbench allows shows a tab per connection under which it displays the SQL tabs. This makes it more difficult to accidentally run a query on the wrong connection.
8 votes -
8 votes
-
Execution of a single query to multiple databases
Execution of a single query to multiple databases
8 votes -
Possibility to keep previous results (data tabs) in Data Editor
When you create a query window and run multiple queries, you get multiple tabs showing the data.
If you then Ctrl-F8 to Execute Selection (either on new queries or existing) , you lose previous data tabs and they are replaced with the new one, by default it seems at least.
Is it possible to stop previously run data tabs closing, either globally or by pinning individual tabs to stop them closing when you run new queries within that tab? Its extremely frustrating when trying to access multiple data sets, you have to create new query tabs and end up in…
8 votes -
Colors for Relations, Views and Tables
Just to customize diagrams a little more
7 votes -
Include row count in SQL profile results page. Saves switching to data view to see # records retrieved.
Include row count in SQL profile results page. Saves switching to data view to see # records retrieved.
7 votes -
7 votes
-
message about deleting indexes
when deleting many indexes every time before delete i need to press yes on confirm message, its slow down work with tables. if i have 10-15 fk in table and i need to delete 7 fk, than i will press Yes 7-n times on confirm message. Give please option to delete without confirm.
7 votes -
Usability: Highlight important Tables
PLEASE SUPPORT ME:
7 votesAdminDevart (_, Devart) responded
You could use the ‘Database Project’ functionality as described below:
1. Select ‘File → New → Blank Project’ from the main menu.
2. Drag’n’drop the connection from Database Explorer onto Project Explorer (select ‘View → Project Explorer’ from the main menu).
3. Drag’n’drop the specified tables from Database Explorer onto Project Explorer.
4. Save the project by selecting ‘File → Save NewProject As…’ from the main menu.Now, whenever you open the project, you will have your favourite tables in a convenient place.
Please also see the ‘Managing Database Projects’ node in the product’s Help documentation.
-
Format binary column in data grid
I'd like to see a way to make the data grid display all values for a specific columns (in this case, a binary(16)) as a GUID.
Right now I have to create a view for each table and I would prefer it to be more efficient.
This could be solved in a robust and efficient way by allowing the user to apply a function of their choosing to the column. That's really all I'm doing in the view.
7 votes
- Don't see your idea?