mysql

A collection of 1 post

MySQL Create Database with UTF8 Character Set Syntax

I always forget the MySQL create database with UTF8 character set syntax, so here it is: Alternatively, you can use ‘CREATE SCHEMA’ instead of ‘CREATE DATABASE’: I hope this helps someone else too!