Tag

Connection Control

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 5, 2025 · Databases

How MySQL Connection Control Plugins Can Cause Connection Pile‑up and How to Fix It

This article explains the MySQL Connection Control Plugins introduced in 5.7.17, how improper configuration can lead to connection backlog and database hangs, and provides step‑by‑step installation, parameter tuning, testing procedures, and mitigation strategies to resolve the issue.

Connection ControlMySQLPlugin Configuration
0 likes · 9 min read
How MySQL Connection Control Plugins Can Cause Connection Pile‑up and How to Fix It
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 20, 2023 · Information Security

MySQL User Security Hardening: Password Policy, Connection Control, and Password Change Strategies

This article details how to strengthen MySQL user security by implementing comprehensive password complexity requirements, connection control policies, and password change strategies, including configuration of the validate_password component, connection_control plugin, and password expiration settings for MySQL 5.7 and 8.0, with practical examples and code snippets.

Connection ControlDatabase AdministrationMySQL
0 likes · 21 min read
MySQL User Security Hardening: Password Policy, Connection Control, and Password Change Strategies