mysql charset serverexample

  1. IslandMedic

    B4J Question Error with charset and collation on mysql.

    here is the connection string: JdbcUrl=jdbc:mysql://localhost:3306/b4j_server?characterEncoding=utf8&autoReconnect=true&useSSL=false&useUnicode=true here is the error I get: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: COLLATION 'utf8_unicode_ci' is not valid for CHARACTER SET...
Top