Comment utiliser les minuscules dans MySQL
UPDATE my_table SET my_column = LOWER(my_column)
Odd Okapi
UPDATE my_table SET my_column = LOWER(my_column)