Laravel 5.4上的迁移错误 php artisan make:auth
[Illuminate\Database\QueryException] SQLSTATE [42000]:语法错误或访问冲突:1071指定密钥太长; 最大密钥长度为767字节(SQL:alter tabl e
usersadd uniqueusers_email_unique([PDOException] SQLSTATE [42000]:语法错误或访问冲突:1071指定密钥太长; 最大密钥长度为767字节
我正在尝试从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;"
有任何想法吗?