laravel执行php artisan migrate报错的解决方法


Posted in PHP onOctober 09, 2019

报错一

$ php artisan migrate
 
 Illuminate\Database\QueryException : could not find driver (SQL: select * fr
om information_schema.tables where table_schema = dev_oms and table_name = migra
tions)
 
 at D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection.
php:664
 660|   // If an exception occurs when attempting to run a query, we'll
 format the error
 661|   // message to include the bindings with SQL, which will make th
is exception a
 662|   // lot more helpful to the developer instead of just the databa
se's errors.
 663|   catch (Exception $e) {
 > 664|    throw new QueryException(
 665|     $query, $this->prepareBindings($bindings), $e
 666|    );
 667|   }
 668|
 
 Exception trace:
 
 1 PDOException::("could not find driver")
  D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connectors
\Connector.php:68
 
 2 PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=dev_oms", "root",
"root", [])
  D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connectors
\Connector.php:68
 
 Please use the argument -v to see more details.

原因是php.ini 扩展"php_pdo_mysql.dll"没开启

laravel执行php artisan migrate报错的解决方法

报错二

$ php artisan migrate
Migration table created successfully.
 
 Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access
 violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: a
lter table `users` add unique `users_email_unique`(`email`))
 
 at D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection.
php:664
 660|   // If an exception occurs when attempting to run a query, we'll
 format the error
 661|   // message to include the bindings with SQL, which will make th
is exception a
 662|   // lot more helpful to the developer instead of just the databa
se's errors.
 663|   catch (Exception $e) {
 > 664|    throw new QueryException(
 665|     $query, $this->prepareBindings($bindings), $e
 666|    );
 667|   }
 668|
 Exception trace:
 1 PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Sp
ecified key was too long; max key length is 767 bytes")
  D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection
.php:458
 2 PDOStatement::execute()
  D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection
.php:458
 Please use the argument -v to see more details.

数据库编码改为utf8mb4

laravel执行php artisan migrate报错的解决方法

报错三

$ php artisan migrate
Migration table created successfully.
 
 Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access
 violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: a
lter table `users` add unique `users_email_unique`(`email`))
 
 at D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection.
php:664
 660|   // If an exception occurs when attempting to run a query, we'll
 format the error
 661|   // message to include the bindings with SQL, which will make th
is exception a
 662|   // lot more helpful to the developer instead of just the databa
se's errors.
 663|   catch (Exception $e) {
 > 664|    throw new QueryException(
 665|     $query, $this->prepareBindings($bindings), $e
 666|    );
 667|   }
 668|
 Exception trace:
 1 PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Sp
ecified key was too long; max key length is 767 bytes")
  D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection
.php:458
 2 PDOStatement::execute()
  D:\WWW\dev_oms\vendor\laravel\framework\src\Illuminate\Database\Connection
.php:458
 Please use the argument -v to see more details.

加上两行代码即可

laravel执行php artisan migrate报错的解决方法

以上这篇laravel执行php artisan migrate报错的解决方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。

PHP 相关文章推荐
php获取后台Job管理的实现代码
Jun 10 PHP
php _autoload自动加载类与机制分析
Feb 10 PHP
php中根据变量的类型 选择echo或dump
Jul 05 PHP
PHP怎么实现网站保存快捷方式方便用户随时浏览
Aug 15 PHP
Thinkphp中的volist标签用法简介
Jun 18 PHP
PHP使用Session遇到的一个Permission denied Notice解决办法
Jul 30 PHP
php正则匹配文章中的远程图片地址并下载图片至本地
Sep 29 PHP
WordPress主题制作中自定义头部的相关PHP函数解析
Jan 08 PHP
php无法连接mysql数据库的正确解决方法
Jul 01 PHP
thinkPHP框架对接支付宝即时到账接口回调操作示例
Nov 14 PHP
Yii2――使用数据库操作汇总(增删查改、事务)
Dec 19 PHP
php 常用的系统函数
Feb 07 PHP
解决Laravel 不能创建 migration 的问题
Oct 09 #PHP
Laravel创建数据库表结构的例子
Oct 09 #PHP
关于laravel 数据库迁移中integer类型是无法指定长度的问题
Oct 09 #PHP
Laravel 创建指定表 migrate的例子
Oct 09 #PHP
laravel批量生成假数据的方法
Oct 09 #PHP
解决laravel5中auth用户登录其他页面获取不到登录信息的问题
Oct 08 #PHP
对laravel的session获取与存取方法详解
Oct 08 #PHP
You might like
PHP levenshtein()函数用法讲解
2019/03/08 PHP
Javascript学习笔记-详解in运算符
2011/09/13 Javascript
js的表单操作 简单计算器
2011/12/29 Javascript
Enter转换为Tab的小例子(兼容IE,Firefox)
2013/11/14 Javascript
js获取某元素的class里面的css属性值代码
2014/01/16 Javascript
Dojo获取下拉框的文本和值实例代码
2016/05/27 Javascript
JS闭包用法实例分析
2017/03/27 Javascript
Bootstrap一款超好用的前端框架
2017/09/25 Javascript
vue表单验证你真的会了吗?vue表单验证(form)validate
2019/04/07 Javascript
详解Vue 匿名、具名和作用域插槽的使用方法
2019/04/22 Javascript
vue-router 按需加载 component: () => import() 报错的解决
2020/09/22 Javascript
Element-UI 使用el-row 分栏布局的教程
2020/10/26 Javascript
vue 防止页面加载时看到花括号的解决操作
2020/11/09 Javascript
[45:16]完美世界DOTA2联赛循环赛 IO vs FTD BO2第二场 11.05
2020/11/06 DOTA
Python标准库之多进程(multiprocessing包)介绍
2014/11/25 Python
python3中int(整型)的使用教程
2017/03/23 Python
Python实现基本数据结构中队列的操作方法示例
2017/12/04 Python
Python实现求一个集合所有子集的示例
2018/05/04 Python
好的Python培训机构应该具备哪些条件
2018/05/23 Python
解决pycharm编辑区显示yaml文件层级结构遇中文乱码问题
2020/04/27 Python
HTML5逐步分析实现拖放功能的方法
2020/09/30 HTML / CSS
Skyscanner澳大利亚:全球领先的旅游搜索网站
2018/03/24 全球购物
瑞士男士时尚网上商店:Babista
2020/05/14 全球购物
Laravel的加密解密与哈希实例讲解
2021/03/24 PHP
建筑专业自荐信范文
2014/01/05 职场文书
校园达人秀策划书
2014/01/12 职场文书
文秘档案管理岗位职责
2014/03/06 职场文书
大学生职业生涯规划书汇总
2014/03/20 职场文书
令人印象深刻的自荐信
2014/05/25 职场文书
干部作风建设心得体会
2014/10/22 职场文书
放假通知
2015/04/14 职场文书
小学推普周活动总结
2015/05/07 职场文书
校园文化艺术节开幕词
2016/03/04 职场文书
快消品行业营销模式与盈利模式分享
2019/09/27 职场文书
Ajax请求超时与网络异常处理图文详解
2021/05/23 Javascript
纯html+css实现Element loading效果
2021/08/02 HTML / CSS