用MySQL 生成随机密码
用MySQL 生成随机密码,简单的写了一个。DELIMITER $$CREATEFUNCTION `t_girl`.`func_rand_string`(f_num tinyint unsigned,f_type tinyint unsigned)RETURNS varchar(32)BEGIN-- Translate the number to letter.-- No 1 stands for string only.-- No 2 stands fo...