Exporting with the SELECT ... INTO OUTFILE Statement : utf8 « I18N « SQL / MySQL






Exporting with the SELECT ... INTO OUTFILE Statement

     

mysql> SELECT * FROM passwd INTO OUTFILE '/tmp/passwd.txt';

   
    
    
    
    
  








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.To process UTF-8 data