table create and charset
table create and charset
- Subject: table create and charset
- From: yizi wang <email@hidden>
- Date: Mon, 04 Feb 2013 13:53:16 -0700
I'm using mysql with default char set in my.cnf like
[client]
#password = your_password
default-character-set = utf8
port = 3306
socket = /tmp/mysql.sock
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
datadir = /datastore/DBData/mysqldata
default-character-set = utf8
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8
===============================
But the EOModeler still generate tables with
DEFAULT CHARSET=latin1
Is there anything wrong with my settings of Eclipse/WOLisp/WebObjects?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden