In the MAX version of MySQL, since the installation process does not require Configure, the default character set cannot be configured on the installation process.
The only way is to build a My.cnf file in the data source directory, the Data directory, the file content is as follows:
[mysqld]
DEFAULT-Character-set = GB2312
Then restart MySQL.