Customer Portal

Writing Greek characters to a MySql database

Comments 2

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hello, svyates,

    Please, try DB connection with URL similar to this:

    jdbc:mysql://localhost:3306/mydatabase?useUnicode=true&characterEncoding=UTF-8

    With this URL, everything works fine on my side. So I hope it helps you also. But let me know, if this is not helpful in your case.

    Best regards,
  • Avatar
    svyates
    0
    Comment actions Permalink
    Thank you, Lubos!!! It's working fine now!

    Cheers,

    Steve

Please sign in to leave a comment.