Skip to content

Commit

Permalink
character-set-and-collation: fix an error (#18757)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Oct 9, 2024
1 parent 2483603 commit a53c0ab
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 @@ -413,7 +413,7 @@ SELECT _utf8mb4'string' COLLATE utf8mb4_general_ci;
```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 a53c0ab

Please sign in to comment.