5 Replies Latest reply on Apr 14, 2003 5:20 AM by ucftcys

    How to configure MySQL to support Big5 encoding in JBoss?

    ucftcys

      Hi,
      Could anyone tell me how to configure MySQL to support Big5 encoding in JBoss?
      In order to make MySQL to support Big5 encoding, two attributes need to be added after the url, for example,jdbc:mysql://localhost:3306/dbname?useUnicode=true&characterEncoding=Big5
      How can I add the two values in JBoss??