基于PR 244,在utf-8版本开始测试性支持MySQL 8,要求如下:

    • PHP5.3以上
    • MySQL的配置中加入以下几项:
    1. default-authentication-plugin=mysql_native_password
    2. collation-server=utf8_unicode_ci
    3. character-set-server=utf8