To process UTF-8 data : utf8 « I18N « SQL / MySQL






To process UTF-8 data

     

SET @@session.character_set_client = 'utf8'
SET @@session.character_set_results = 'utf8'
SET @@character_set_connection = 'utf8'

   
    
    
    
    
  








Related examples in the same category

1.List all collation utf8 related
2.Check utf8 collation name in INFORMATION_SCHEMA.COLLATIONS
3._utf8 modifier
4.Exporting with the SELECT ... INTO OUTFILE Statement