Create utf8 database cli


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



Copy this code and paste it in your HTML
  1. CREATE DATABASE mydatabase CHARACTER SET utf8 COLLATE utf8_general_ci;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.