I want to generate a random id for each entry in mysql but I don't want to use auto increment for security reasons. How can I create default value for the id column that creates a unique random string of 8 characters to use as the id for each user?
Thanks