akiyamaneko opened a new pull request #3252: URL: https://github.com/apache/ambari/pull/3252
## What changes were proposed in this pull request? + Ambari has some tables that explicitly specify the encoding type of the field as UTF-8([Ambari-DDL-MySQL-CREATE.sql#L973](https://github.com/apache/ambari/tree/branch-2.7/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql#L973) and [Ambari-DDL-MySQL-CREATE.sql#L993](https://github.com/apache/ambari/tree/branch-2.7/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql#L993)), However, the mysql URL in `/etc/ambari-server/conf/ambari.properties` does not specify a character set, which would cause the encoding methods of MySQL and Ambari-server to be inconsistent. + The `note` field in the `serviceconfig` table of mysql preferably also supports non-ASCII characters. ## How was this patch tested? munual test result shows like this:   ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org