Skip to content

Instantly share code, notes, and snippets.

@KunoiSayami
Created December 27, 2018 17:27
Show Gist options
  • Save KunoiSayami/773a87aa0160e9c044336763bee45b13 to your computer and use it in GitHub Desktop.
Save KunoiSayami/773a87aa0160e9c044336763bee45b13 to your computer and use it in GitHub Desktop.
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