Create new MySQL or MariaDB UTF-8 database

Posted by in Lagom

CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;