Doug,

    Does your log file look like like this? localhost:3306?

    at org.gjt.mm.mysql.MysqlIO.init(Unknown Source)
    at org.gjt.mm.mysql.Connection.connectionInit(Unknown Source)
    at org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Unknown Source)
    at org.gjt.mm.mysql.Driver.connect(Unknown Source)

    You have to switch drivers to com.mysql.jdbc.Driver using "other" from
the drop down list and add  this to your URL string


http://localhost:3306?logger=com.mysql.jdbc.log.StandardLogger&useUnicode=true&characterEncoding=UTF8

    When you switch out of driver you jump into anther hot pot of water .
StandardLogger and special Encoding
    I think is needed in the URL string. Test it out and let us know! Thanks
Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252631
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to