Great tool for working with MySQL
What do you like best?
As a .NET developer I have been used to working with SQL Server Management Studio (SSMS) and I was happy to find a tool for MySQL that offer a very similar experience. It's solidly built and I have yet to stumble upon anything that I miss.
What do you dislike?
The only thing that I found is that the app becomes fuzzy when moving from an external screen to the laptop screen. Probably caused by different scaling levels of the two screens. This is solved by restarting the application but It would be nice if this can be sorted without a restart.
What problems are you solving with the product? What benefits have you realized?
Our main goal was to get a tool that could handle schema comparison and database migrations between environments. After using it for a while for writing new queries I found a lot of nifty features like that it can handle named parameters for prepared statements and does a really good job completing joins.