Page is a not externally linkable
- Code, Content, and Presentation
-- Databases
---- Insert isn't working


coopster - 1:13 pm on Aug 18, 2011 (gmt 0)


Create your table using a utf8 character set and collation. I do so at the database level:

CREATE DATABASE databasename CHARACTER SET utf8 COLLATE utf8_unicode_ci;


Thread source:: http://www.webmasterworld.com/databases_sql_mysql/4351817.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com