Create Database Mysql Utf8 Code Example


Example 1: create database mysql utf8


CREATE DATABASE mydatabase CHARACTER SET utf8 COLLATE utf8_general_ci;

Example 2: mysql create database utf8


CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;

Example 3: mysql create database charset utf8mb4


CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable