Encryption MD5 pour les enregistrements existants
UPDATE yourtable
SET hash = MD5(name)
WHERE hash IS NULL
Alive Angelfish
UPDATE yourtable
SET hash = MD5(name)
WHERE hash IS NULL