Help for this page

Select Code to Download


  1. or download this
    show variables like "%character%";
    show variables like "%collation%";
    
  2. or download this
    character_set_client    utf8
    character_set_connection    utf8
    ...
    collation_connection    utf8_general_ci
    collation_database    utf8_general_ci
    collation_server    utf8_general_ci
    
  3. or download this
    character_set_client    utf8
    character_set_connection    utf8
    ...
    collation_connection    utf8_general_ci
    collation_database    latin1_swedish_ci
    collation_server    utf8_general_ci