Como usar a minúscula em MySQL
UPDATE my_table SET my_column = LOWER(my_column)
Odd Okapi
UPDATE my_table SET my_column = LOWER(my_column)