Create UTF8 DB Command line


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. CREATE DATABASE <database name> DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.