Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
titleChange the default character set and collation of a database:
ALTER DATABASE <database_name> CONVERT TO CHARACTER SET utf8utf8mb4 COLLATE utf8utf8mb4_unicode_ci;

Additional Errors produced due the missing charset:

...