Select Tools->flush(or press Ctrl+Alt+F) to clear (or) reload various internal caches of MySQL.
Log Option
Flush Options
Use Tools -> Table Diagnostics (Ctrl+Alt+T) to perform various Table Diagnostics operations.
Analyze
The Analyze Tables Wizard allows you to analyze and store the key distribution for the table. During the analysis the table is locked with a read lock. Currently MySQL supports analyzing only for MyISAM tables and transaction-safe type tables. MySQL uses the stored key distribution to decide in which order tables should be joined when one does a join on something other than a constant.
Check
The Check Tables Wizard allows you to check the database tables on errors. Options that you can use with CHECK operation.
Quick: Don’t scan the rows to check for wrong links.
Fast: Only check tables which haven’t been closed properly.
Changed: Only check tables which have been changed since last check or haven’t been closed properly.
Medium: Scan rows to verify that deleted links are ok. This also calculates a key checksum for the rows and verifies this with a calculated checksum for the keys.
Extended: Do a full key lookup for all keys for each row. This ensures that the table is 100 % consistent, but will take a long time!
REPAIR
The Repair Option allows you to repair the database tables that may be corrupted. Options that you can use with REPAIR option.
Quick: Do a repair of only the index tree.
Extended: Create the index row by row instead of creating one index at a time with sorting. This may be better than sorting on fixed-length keys if you have long char() keys that compress very good.
Optimize
The Optimize option should be used if you have deleted a large part of a table or if you have made many changes to a table with variable-length rows (tables that have VARCHAR, BLOB, or TEXT columns). Deleted records are maintained in a linked list and subsequent INSERT operations reuse old record positions. You can use optimization to reclaim the unused space and to defragment the data file.
Select Tools->User Manager(or press Ctrl+U) to see a list of all users and privileges that relate to an active MySQL server instance. From this tab, you can add and manage user accounts, adjust privileges, and expire passwords.
Login Tab
The Login tab provides the following information related to the selected user account:
Use expire password to require a change of password to use the account.
Account Limits tab
The Account Limits tab defines the following limits on the selected user account:
Administrative Roles Tab
Roles are a quick way of granting a set of privileges to a user, based on the work the user must carry out on the server. It is also possible to assign multiple roles to a user account or to assign privileges directly to an account without first assigning roles.
After you select a role for a user account, you will see the accumulated privileges in the Global Privileges panel. For example, if you select the role BackupAdmin, the privileges granted include EVENT, LOCK TABLES, SELECT, SHOW DATABASES. For a complete list of privileges.
The Administrative Roles tab includes the following roles:
Use Revoke all privileges te remove all granted privileges to a user.
Schema Privileges Tab
The Schema Privileges tab refines the way you assign access rights to one or more schemas by user account. To assign privileges to the selected account by schema, do the following:
1.Add a schema entry (or rule) that specifies which schema or schemas apply the selected user account. Click Add Entry to open the New Schema Privilege Definition dialog. The dialog provides the following independent options to select:
2.With an entry selected, mark the individual access rights that apply only to the schema or schemas defined in the entry. The access rights are categorized as Object Rights, DDL Rights, and Other Rights. Each right that you select appears in the Privileges column of the schema entry.
Select Tools->Show->Variables to get all MySQL global variables with their vales.
Select Tools->Show->Process to show the running queries in server.
To kill any running process in middles t select that process and click on ‘kill process’.
Select Tools->Show->Status to see the server status information.
select tools ->settings/preferences to set user defined preferences. In this option having a total of 8 tabs.
General tab:
Here you can specify a number of settings to customize displaying, editing and SQL statement processing features in SMARTMySQL.
Power tools tab:
Here you can enable/disable autocomplete help, query profiling in Query editor.
Fonts & Editor Settings tab:
Here you can specify the font, font size, font style of SMARTMySQL editor.
SQL Formatter tab:
Here you can specify the query in Expanded style or block style.
Others:
Here you can specify the number of settings to customize displaying and editing data in SMARTMySQL .
Query Browser tab:
Here you can activate autocomplete query, animation settings
Query Optimizer:
Here you can specify the maximum number of showing columns in an index, substring length.
Debugger:
Here you can enable/disable debugger alerts
SmartMySQL is a next-generation GUI tool for the RDBMS MySQL. It has unique advanced features help to Speed up SQL and PL/SQL development time, Optimize slow query and recommends optimal indexes and Debugs Production MySQL problems and provides fixes.
you can download smartmysql from download link
Download SmartMySQL