java - mysql connectorJ character set results does not support utf8mb4 -



java - mysql connectorJ character set results does not support utf8mb4 -

i m having tomcat server having connection pool mysql.

in connection settings can see character set encodings set utf8mb4 in *this page except character_set_results.

my connection string beingness -

jdbc:mysql://:3306/abc?character_set_server=utf8mb4&useoldaliasmetadatabehavior=true&character_set_connection=utf8mb4&characterencoding=utf-8&character_set_results=utf8mb4

in mysql server can see character_set_results showing utf8mb4.

but in jsp page not shown anyway.

the mysql version 5.6.16 , connector version 5.1.22

regards

java mysql tomcat mysql-connector connector-j

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -