Skip to content

Instantly share code, notes, and snippets.

@cbmeeks
Created May 1, 2013 13:25
Show Gist options
  • Save cbmeeks/5495266 to your computer and use it in GitHub Desktop.
Save cbmeeks/5495266 to your computer and use it in GitHub Desktop.
Generate Random String in MySQL
select substring(md5(rand()) from 1 for 16) as salt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment