PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
The Connection Control Component is available in both the Community and Enterprise distributions of MySQL. The component can be installed in a running MySQL server using theINSTALL COMPONENT statement shown here:
mysql> INSTALL COMPONENT 'file://component_connection_control';Query OK, 0 rows affected (0.01 sec) To verify that the component was installed successfully, you can query themysql.component table like this:
mysql> SELECT * FROM mysql.component -> WHERE component_urn LIKE '%connection%';+--------------+--------------------+-------------------------------------+| component_id | component_group_id | component_urn |+--------------+--------------------+-------------------------------------+| 16 | 12 | file://component_connection_control |+--------------+--------------------+-------------------------------------+1 row in set (0.00 sec)No additional steps are required to install and run the component. While it can be used with the default settings, you may wish to tune its operations to meet conditions specific to your environment. The next section,Section 8.4.2.2, “Connection Control Component Configuration”, provides information on how to accomplish this task.
See alsoSection 7.5.1, “Installing and Uninstalling Components”.
PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb