您的当前位置:首页 >时尚 >MySQL的Connection-Control插件 正文

MySQL的Connection-Control插件

时间:2025-11-04 08:06:17 来源:网络整理编辑:时尚

核心提示

复制mysql>selectversion()fromdual; +-----------+ |version()| +----

MySQL的Connection-Control插件
复制mysql> select version() from dual;  +-----------+ | version() |  +-----------+ | 8.0.18    |  +-----------+ 1 row inset (0.00 sec)  mysql> show variables likeplugin_dir;  +---------------+--------------------------+ | Variable_name | Value                    |  +---------------+--------------------------+ | plugin_dir    | /usr/lib64/mysql/plugin/ |  +---------------+--------------------------+ 1 row inset (0.01 sec)  [root@KerryDB ~]# cd /usr/lib64/mysql/plugin/  [root@KerryDB plugin]# ls -lrt  total 76388  -rwxr-xr-x. 1 root root   106696 Sep 20  2019 rewrite_example.so  -rwxr-xr-x. 1 root root   104432 Sep 20  2019 mysql_no_login.so  -rwxr-xr-x. 1 root root   111464 Sep 20  2019 mypluglib.so  -rwxr-xr-x. 1 root root   106648 Sep 20  2019 auth_socket.so  -rwxr-xr-x. 1 root root   163560 Sep 20  2019 adt_null.so  -rwxr-xr-x. 1 root root   409032 Sep 20  2019 validate_password.so  -rwxr-xr-x. 1 root root  9054776 Sep 20  2019 libpluginmecab.so  -rwxr-xr-x. 1 root root   344696 Sep 20  2019 authentication_ldap_sasl_client.so  -rwxr-xr-x. 1 root root  1145832 Sep 20  2019 rewriter.so  -rwxr-xr-x. 1 root root   625944 Sep 20  2019 ha_example.so  -rwxr-xr-x. 1 root root   388992 Sep 20  2019 semisync_slave.so  -rwxr-xr-x. 1 root root    32368 Sep 20  2019 component_log_sink_json.so  -rwxr-xr-x. 1 root root   235200 Sep 20  2019 component_audit_api_message_emit.so  -rwxr-xr-x. 1 root root   494720 Sep 20  2019 keyring_udf.so  -rwxr-xr-x. 1 root root   149280 Sep 20  2019 component_log_sink_syseventlog.so  -rwxr-xr-x. 1 root root  1446024 Sep 20  2019 semisync_master.so  -rwxr-xr-x. 1 root root  2277480 Sep 20  2019 mysql_clone.so  -rwxr-xr-x. 1 root root  1231376 Sep 20  2019 libmemcached.so  -rwxr-xr-x. 1 root root   454096 Sep 20  2019 component_mysqlbackup.so  -rwxr-xr-x. 1 root root   193336 Sep 20  2019 component_log_filter_dragnet.so  -rwxr-xr-x. 1 root root  1177352 Sep 20  2019 ha_mock.so  -rwxr-xr-x. 1 root root    83936 Sep 20  2019 locking_service.so  -rwxr-xr-x. 1 root root  1269784 Sep 20  2019 connection_control.so  -rwxr-xr-x. 1 root root  1280936 Sep 20  2019 innodb_engine.so  -rwxr-xr-x. 1 root root   442304 Sep 20  2019 component_validate_password.so  -rwxr-xr-x. 1 root root  1206024 Sep 20  2019 version_token.so  -rwxr-xr-x. 1 root root  2338880 Sep 20  2019 keyring_file.so  -rwxr-xr-x. 1 root root  2031912 Sep 20  2019 ddl_rewriter.so  -rwxr-xr-x. 1 root root 49246400 Sep 20  2019 group_replication.so  drwxr-xr-x. 2 root root     4096 Nov  6  2019 debug  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.35.36.37.38.39.40.41.42.43.44.45.46.47.48.49.50.51.52.