Mysql: Create Database

October 1st, 2008 by jeremychone

Login to mySql:

mysql -u root -p

Create a new Database:

create database YourTableName character set utf8 collate utf8_general_ci

One Response to “Mysql: Create Database”

  1. Bits And Pix » Mysql: Java Web App and MySql 5.x UTF-8 Says:

    [...] the Column, Table, or DB need to have the UTF8 charset and collation CHARACTER SET utf8 COLLATE [...]

Leave a Reply