[quote]
SELECT SUBSTRING(MD5(RAND()) FROM 1 FOR 6) AS password
[/quote]
The characters are from the MD5 command (and therefore in the range a-z and 0-9).
SELECT SUBSTRING(MD5(RAND()) FROM 1 FOR 6) AS password
[/quote]
The characters are from the MD5 command (and therefore in the range a-z and 0-9).