我正在尝试从Symfony 3应用程序连接到MySQL数据库。但是当尝试从Symfony控制台命令创建MySQL模式时,我收到此错误:PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers
PHP和MySQL都在Docker容器中运行。
MySQL版本: 8.0.1
PHP版本: 7.1.3
司机: pdo_mysql
字符集: UTF8
DSN: "mysql:host=mysql;dbname=database;charset=UTF8;"
有任何想法吗?