MySQL GUI Tools - Query Browser

MySQL Query browser is a freely available client tool to run queries and commands on MySQL servers. It comes as part of the MySQL GUI tools package, which can be installed on several platforms. MySQL Query Browser allows users to:

  • Build and run queries
  • Make schema changes
  • Run queries within transactions (depending upon the storage engine used) and commit or rollback transactions
  • Run SQL scripts
  • Export result sets in different formats e.g. HTML, Excel sheets, CSV etc.
  • Bookmark queries and keeps a history of executed queries
  • Compare result sets from different queries
  • Edit data in the result sets or search for particular strings in the result sets

Download MySQL GUI Tools package here. Read the documentation for MySQL Query Browser here.

Did this tutorial help a little? How about buy me a cup of coffee?

Buy me a coffee at ko-fi.com

Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.

IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.