Password Management in MySQL!

Опубликовано: 14 Октябрь 2024
на канале: Adrian Dolinay
61
2

This tutorial demonstrates how to manually change a password in MySQL and how to set password expiration settings for a single user or across all users.


CONNECT:
LinkedIn:   / adrian-dolinay-frm-96a289106  
GitHub: https://github.com/ad17171717
X:   / dolinayg  
Odysee: https://odysee.com/@adriandolinay:0
Medium:   / adriandolinay  

|-Video Chapters-|
0:00 - Introduction
0:08 - Log in to MySQL as a root user
0:21 - Listing users and checking the last time a password was reset
0:36 - Reset a password for a user manually
1:24 - Set a password expiration interval for a user
2:03 - Set a password expiration interval globally for all users
2:20 - Conclusion