AWS RDS Mysql with benstalk Hibernate app: Character encoding issue
- by TeraTon
I'm running a webapp from amazon rds with tomcat 7 and spring, which uses hibernate as the persistence layer. The application and utf-8 encoding work properly on localhost, but for some reason when I deploy to amazon, the UTF-8 encoding breaks.
I use mysql 5.5.27 on amazon rds and the table that we wish to update has collation set to utf8 -…