advanced code snippet search
level09 on 12/28/09
mysql utf8 create
02/24/10 06:20am12/28/09 04:52am
CREATE DATABASE <database name> DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Report this snippet Tweet
Comment:
You need to login to post a comment.