MySql query analyzer - free solutions [closed] - mysql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a good Query Analyzer for MySQL (that's either free, or has a trial), that can analyse a query and make suggestions for indexes, like the "Display estimated execution plan" in Microsoft SQL Server management studio?

You may want to try Percona tools for MySQL. Look at this article

Maybe "MySQL Explain Explain" can help (verbose version of MySQL EXPLAIN command, forkable on github).

https://enterprise.mysql.com
30 day trial...

Related

Can I create a DACPAC for installing DDL against a mySQL database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Currently we are planning on releasing database changes using DACPAC's for SQL Server. We are planning on building applications for mySQL and we need a way to build releases for code that will get checked into TFS. Is it possible to create a DACPAC and run it against a mySQL database? If DACPAC's won't work, does anyone have a better suggestion? Thanks.
Dacpac files are SQL Server specific and the tools do not support any other RDBMS.

Best way to visualize mysql database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need a software so I can visualize a mysql database and see data entries. I need to be able edit entries/moderate. Any suggestions? I can log into the mysql in terminal but can't see any of the data; only the tables. Thank you!
Why not MySQL itself? The Community Edition, for example. It includes MySQL Workbench, which has a visual environment. You can get it from here.
You could take a look at phpMyAdmin

Any way to automatically generate a UML diagram? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a MySQL DB and I would like to generate its relational diagram. Is there a tool that can connect to the DB and automatically generate it for me?
Yes, DEVART's DBForge for MySQL will do this.
There is a free Express edition, I'm not sure it has this functionality, but have a look at: http://www.devart.com/dbforge/mysql/studio/
If you are a happy owner of IntelliJ IDEA Ultimate Edition, you can use its database tools. IDEA is able to connect to databases and build UML diagrams.

Looking for freeware SQL Server query tool that requires no install [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Looking for freeware SQL Server query tool that requires no install.
Any suggestions?
Here's a couple to look at that are just exe's:
LinqPad - New and up to date. Can do straight sql querying....
Query Express * looks pretty old so not sure if it'll work on newer dbs....

Performance tool for MySQL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Ciao,
I'm looking for performance tool for testing of load in terms of data and number of users,better if they are open source
Thanks
Andrea
In linux: mytop
"mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of MySQL"
Ps: It's open source
I liked monyog though it was slightly buggy when it first got out of beta-testing.
Check Spotlight. It's have a powerful tool
and see this page it have a bunch of powerful tools
For diagnose performance problems you can use free MySQL Query Profiler.