

This is an high-level control panel that we can use to monitor the active processes with their corrisponding ID, Utente, Host and DB, command executed, execution time (in seconds so far), status info and other process details. A great user management interface allowing us to add/remove users, change their credentials, assign global or db-specific permissions and (almost) everything else we usually need to do regarding DB users. This is a collection of shortcuts that we can use to launch/perform the most common management and utility commands to the selected database: optimize, check, analyze, repair and so on: every one of them can be configured using a modal window that allows us to select the most common switches for each command.
#MYSQL GUI CLIENT WINDOWS SERIES#
This command can be used to execute a series of SQL statements within a given database, including - yet not limiting to - those created with the previous export command: it can be used to "restore" from a previous backup, to execute batch-generated queries, and so on. Needless to say, this is a great command to backup a database to disk.

sql scripts from any database: again, we're given the chance to choose what to export ( tables, views, stored procedures, functions, triggers and/or events) and a number of other useful customization options, such as: lock tables during dump, create bulk INSERT statements and more. As the name suggest, this command allows us to create.
#MYSQL GUI CLIENT WINDOWS SOFTWARE#
However, there's a still rather unknown alternative that we can use instead of the aforementioned Workbench - or, even better, together with it: we're talking about SQLyog, a small yet great piece of software developed by Webyog and available in multiple editions: Enterprise, which is available through Trialware and shipped with many useful administrative modules for IT experts and business companies, and also Community, mostly aimed to software developers and free for personal use. We're talking of a bunch of great features that will cover most - if not all - the requirements of any decent MySQL developer and/or administrator: if you want to get a solid grip of your MySQL servers, installing the MySQL Workbench on your development machine is almost always a good choice.

