LoginSignup
0
0

More than 3 years have passed since last update.

【mysql】データベースを文字コードと照合順序を指定して作成する

Posted at

mysqlでデータベースを作成する際に文字コードと照合順序をあらかじめ指定して作成するときのメモ

CREATE DATABASE database_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

小文字の部分は適宜変更すればOK

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0