Skip to content

Commit

Permalink
character-set-and-collation: fix an error (#19051) (#19054)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 9, 2024
1 parent e1365ec commit d51d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character-set-and-collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,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;
```

Expand Down

0 comments on commit d51d0c0

Please sign in to comment.