Skip to content

Instantly share code, notes, and snippets.

@Luvgreed
Last active January 25, 2019 02:19
Show Gist options
  • Save Luvgreed/71e7afd5d5a9032fed8ca32974140198 to your computer and use it in GitHub Desktop.
Save Luvgreed/71e7afd5d5a9032fed8ca32974140198 to your computer and use it in GitHub Desktop.
UPDATE `<DB>`.`<Table>` SET `<col>`='<value>' WHERE `<col>`='<value>';
Emoji
1) DB : SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci;
2) Client : {charset : "utf8mb4"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment