php artisan migrate时出现 SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was to

Posted 人在钱途

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php artisan migrate时出现 SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was to相关的知识,希望对你有一定的参考价值。

在测试队列中运用artisan命令行
php artisan queue:table

php artisan migrate时出现

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes



Change  database.php which is in config folder where it says

‘charset‘ => ‘utf8mb4‘, ‘collation‘ => ‘utf8mb4_unicode_ci‘, 

I changed these to

‘charset‘ => ‘utf8‘, ‘collation‘ => ‘utf8_unicode_ci‘,

 

以上是关于php artisan migrate时出现 SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was to的主要内容,如果未能解决你的问题,请参考以下文章

php artisan migrate 没有这样的文件或目录

运行任何 php artisan 命令时出现 PHP laravel 错误

当我在 RouteFileRegistrar.php 第 35 行中使用 php artisan ser 运行我的项目时出现问题:

php Laravel Artisan Migrate创建领域

执行 php artisan migrate:install报错

php artisan migrate 命令迁移错误