drasche  | Bad:
  
  Code :
 SET PASSWORD FOR 'root'@'localhost' = 'xxxxx'; 
 
  |  
 
   Good:
  
  Code :
 SET PASSWORD FOR 'root'@'localhost' = PASSWORD('xxxxx'); 
 
  |  
 
   Parce que MySQL ne stocke pas les mots de passe en clair.    ---------------
			 Whichever format the fan may want to listen is fine with us – vinyl, wax cylinders, shellac, 8-track, iPod, cloud storage, cranial implants – just as long as it’s loud and rockin' (Billy Gibbons, ZZ Top)
    |