To Do

Introduction

The MySQL plugin adds MySQL specific functionality to SQuirreL SQL Client.

New Tabs

The session node in the object tree has four new tabs added.

The "MySQL Status" tab display status information about the MySQL server. This tab requires you to have sufficient authority to run the show status command against the server.

MySQL Status Tab

The "MySQL Processes" tab shows the current processes attached to the server. This tab requires you to have sufficient authority to run the show full processlist command against the server.

MySQL Processes Tab

The "MySQL Variables" tab shows the values of some MySQL system variables. This tab requires you to have sufficient authority to run the show variables command against the server.

MySQL Variables Tab

The "MySQL Logs" tab shows information about the current MySQL log files. This tab requires you to have sufficient authority to run the show logs command against the server.

MySQL Logs Tab

The Catalog nodes in the object tree have two new tabs.

The "MySQL Open Tables" tab. shows a list of the currently opened tables in the catalog. To display this tab successfully you need to have the rights to run show open tables against the catalog.

Open Tables
Tab

The "MySQL Table Status" tab shows status information for the tables in the currently selected catalog. To display this tab successfully you need to have the rights to run show table status against the catalog.

MySQL Table Status Tab

New Menu Options

The Session menu (and the popup menu in the object tree) has a new Hierarchical menu "MySQL" that contains MySQL specific actions. These options are:

"MySQL Create table Script" has been added to the popup menu for tables in the Object Tree. This will generate a "Create Table" script for the selected table(s) and add it into the SQL entry area.

Open Tables Tab