2 Replies Latest reply on Feb 9, 2006 6:51 PM by javatwo

    JBOSS-->MySQL using UTF-8

    javatwo

      Web in UTF-8 (http request/response)
      MySQL in UTF-8.
      How to config JBoss/Hibernate to talk with MySQL using UTF-8?

      Please help!
      Dave

        • 1. Re: JBOSS-->MySQL using UTF-8
          hawajoseph

          in mysql server instance configuration

          instead of selecting standard character set, select best support for multilingualism or manual selectd default character set / collation

          • 2. Re: JBOSS-->MySQL using UTF-8
            javatwo

            Thanks for response.
            In Java, String are stored as UTF16, not UTF8. But how MySQL knows which charset/collation EJB(client to DB) is using if I config MySQL only? For MySQL I can config DB and Server charset/collation, but not client connection/results charset. Thanks for helping me understand.