Created
September 12, 2012 09:53
-
-
Save jrsalunga/3705639 to your computer and use it in GitHub Desktop.
random password generator for mysql
This file contains hidden or 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
SELECT SUBSTRING(MD5(RAND()) FROM 1 FOR 6) AS password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment