Created
December 27, 2018 17:27
-
-
Save KunoiSayami/773a87aa0160e9c044336763bee45b13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER USER 'root'@'localhost' IDENTIFIED BY 'FUcK_Y0u_new_My$ql_pa$$wd_p0licy'; | |
SET GLOBAL validate_password.check_user_name = OFF; | |
SET GLOBAL validate_password.length = 1; | |
SET GLOBAL validate_password.mixed_case_count=0; | |
SET GLOBAL validate_password.number_count=0; | |
SET GLOBAL validate_password.policy=LOW; | |
SET GLOBAL validate_password.special_char_count=0; | |
ALTER USER 'root'@'localhost' IDENTIFIED BY 'root'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment