RUOYI-geek/sql/create_database.sql

3 lines
69 B
MySQL
Raw Normal View History

CREATE DATABASE ry
CHARACTER SET utf8mb4
COLLATE utf8mb4_general_ci;