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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to