Episode 299/2017: Howdoi remove mysql password validation?

$ howdoi -a remove mysql password validation
Here is what I do to remove the validate password plugin:
Login to the mysql server as root 
mysql -h localhost -u root -p 
Run the following sql command: 
uninstall plugin validate_password;

---
Answer from https://stackoverflow.com/questions/36301100/how-do-i-turn-off-the-mysql-password-validation

Das gute alte howdoi script. Konkret wollte ich wissen, wie ich auf einem Testserver die Anforderungen an Benutzerpasswörter schnell wieder runterschrauben kann, nachdem ich sie via Script mysql_secure_installation zuvor auf das Maximum gestellt habe. Ist nur ein Testserver, keine Sorge.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)