diff --git a/character-set-and-collation.md b/character-set-and-collation.md index 86b2e8fea400..4ffb0b7949aa 100644 --- a/character-set-and-collation.md +++ b/character-set-and-collation.md @@ -407,7 +407,7 @@ You can use the following statement to set the character set and collation that ```sql SET character_set_client = charset_name; SET character_set_results = charset_name; - SET charset_connection = @@charset_database; + SET character_set_connection=@@character_set_database; SET collation_connection = @@collation_database; ```