Create a random alphanumeric string with mysql query
Create a random alphanumeric string with mysql query #code #mysql #function
Why we need this?
We used to generate random strings for generating passwords or generating keys which are used for accessing sensitive information through a URL. When you want to generate a unique random key for a table, it is always better to generate the key in mysql rather than the server side scripting language. Generating random key in mysql procedure, avoid multiple key generation and…
View On WordPress












