Tag

SET PERSIST

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 18, 2020 · Databases

How to Persist Global System Variables in MySQL 8

This article explains MySQL 8's persisted system variables feature, showing how to use SET PERSIST and SET PERSIST_ONLY to make variable changes survive restarts, how to view and clear persisted settings, how to disable persistence, required privileges, and how to monitor persisted variables via performance_schema.

Database AdministrationSET PERSISTmysql
0 likes · 7 min read
How to Persist Global System Variables in MySQL 8
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 19, 2020 · Databases

Understanding MySQL Variable Persistence and the Use of SET PERSIST

This article explains how MySQL variables are stored in memory and configuration files, the challenges of modifying them before MySQL 8, and how the new SET PERSIST and SET PERSIST_ONLY statements simplify persistent variable management with proper permissions and examples.

Database ConfigurationPersistenceSET PERSIST
0 likes · 7 min read
Understanding MySQL Variable Persistence and the Use of SET PERSIST
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 11, 2019 · Databases

Persisting MySQL 8.0 Configuration with SET PERSIST and SET PERSIST_ONLY

This article explains how MySQL 8.0 introduces the SET PERSIST and SET PERSIST_ONLY statements to modify configuration variables dynamically and persist them across restarts, demonstrates usage with both dynamic and static parameters, shows the generated mysqld-auto.cnf file, discusses required privileges, and illustrates how to query persisted settings via performance_schema tables.

Database AdministrationPerformance SchemaSET PERSIST
0 likes · 10 min read
Persisting MySQL 8.0 Configuration with SET PERSIST and SET PERSIST_ONLY
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.

RolesSET PERSISTSQL
0 likes · 14 min read
MySQL 8.0 User Management, Password Policies, and Role Management