Tag

password policy

0 views collected around this technical thread.

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
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 12, 2023 · Databases

Understanding MySQL 8.0 Password Policy Options and Common Misunderstandings

This article analyzes MySQL 8.0 password‑related parameters, explains the meaning of NULL values in the mysql.user table, demonstrates how global settings interact with per‑user attributes, and clarifies the priority rules between password_history and password_reuse_interval through practical test scenarios.

ALTER USERCREATE USERDatabase Administration
0 likes · 9 min read
Understanding MySQL 8.0 Password Policy Options and Common Misunderstandings
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 26, 2022 · Databases

MySQL 8.0 Failed Login Tracking and Temporary Account Locking (FLTTAL) – How to Use

This article explains MySQL 8.0's Failed‑Login Tracking and Temporary Account Locking (FLTTAL) feature, describes its two configurable options, outlines important usage notes, and provides step‑by‑step examples for both regular and proxy users along with methods to reset locked accounts.

Account LockingFailed LoginMySQL
0 likes · 8 min read
MySQL 8.0 Failed Login Tracking and Temporary Account Locking (FLTTAL) – How to Use
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 16, 2021 · Databases

MySQL 8.0 New Password Policies: Dual‑Password Strategy and Random Password Generation

This article explains MySQL 8.0's dual‑password mechanism for smooth password rotation and its built‑in random password generation feature, providing step‑by‑step commands, usage scenarios, and important cautions for database administrators.

Dual PasswordMySQLMySQL 8.0
0 likes · 8 min read
MySQL 8.0 New Password Policies: Dual‑Password Strategy and Random Password Generation
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 8, 2021 · Databases

Implementing MySQL 8.0 Password History and Reuse Interval Policies

This article demonstrates how MySQL 8.0 can enforce password history count and reuse‑interval policies for development and operations users by configuring global parameters and per‑user settings, eliminating the need for external password‑tracking scripts.

Database AdministrationMySQLMySQL8.0
0 likes · 11 min read
Implementing MySQL 8.0 Password History and Reuse Interval Policies
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 1, 2021 · Databases

Understanding MySQL 8.0 Current Password Validation Policy

This article explains MySQL 8.0's new current‑password validation strategies, showing how to enforce old‑password checks per user or globally, with detailed command‑line examples and options to enable, disable, or customize the behavior for enhanced security.

8.0DatabaseMySQL
0 likes · 8 min read
Understanding MySQL 8.0 Current Password Validation Policy
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 1, 2021 · Databases

Understanding MySQL 8.0 validate_password Component and Its Impact on Password Policy

The article explains why some MySQL 8.0.18 production environments enforce a password policy despite lacking the validate_password plugin, by examining configuration files, server parameters, and the role of the validate_password component introduced in MySQL 8.0.

ComponentsDatabaseMySQL
0 likes · 3 min read
Understanding MySQL 8.0 validate_password Component and Its Impact on Password Policy
Laiye Technology Team
Laiye Technology Team
Nov 17, 2020 · Information Security

Comprehensive Security Practices and Vulnerability Mitigation at Laiye Technology

This article details Laiye Technology's end‑to‑end security strategy—including application hardening, password policies, brute‑force defenses, SQL injection, XSS and CSRF mitigations, privilege controls, secure file uploads, code‑review standards, and infrastructure vulnerability scanning—to protect sensitive data and AI‑driven robot platforms from a wide range of attacks.

Access ControlCSRFSQL injection
0 likes · 21 min read
Comprehensive Security Practices and Vulnerability Mitigation at Laiye Technology
JD Tech
JD Tech
May 11, 2018 · Databases

MySQL 8.0 User Management, Password Policies, and Role Management

This article explains the new MySQL 8.0 features for user and role management, including changes to authentication plugins, password encryption, dynamic SET PERSIST configuration, password expiration and reuse policies, and detailed SQL examples for creating users, granting privileges, and managing roles.

MySQLRolesSET PERSIST
0 likes · 14 min read
MySQL 8.0 User Management, Password Policies, and Role Management
Efficient Ops
Efficient Ops
Mar 23, 2017 · Information Security

Why Weak Passwords Still Threaten Enterprises: Real-World DevOps Security Risks

The article examines common security risks such as weak passwords, GitHub credential leaks, and misconfigurations in DevOps pipelines, illustrating how attackers exploit these flaws and offering practical mitigation strategies like access control, least‑privilege policies, robust password rules, and vulnerability tracking.

DevOpsgit securityinformation security
0 likes · 10 min read
Why Weak Passwords Still Threaten Enterprises: Real-World DevOps Security Risks