<table tableName="%" enableInsert="true" enableDeleteByPrimaryKey="true" enableSelectByPrimaryKey="true" enableUpdateByPrimaryKey="true" enableCountBy ...
分类:
其他好文 时间:
2020-02-12 23:49:12
阅读次数:
295
一、环境及软件 window X64 phpstudy_x64_8.1.0.1.exe 集成环境 下载地址 https://www.xp.cn/ Nginx1.15.11 MySQL5.7.26 PHP7.1.9nts composr1.9.2 下载地址 https://getcomposer.or ...
分类:
其他好文 时间:
2020-02-02 17:20:56
阅读次数:
127
Laravel 5.4默认使用utf8mb4字符编码,而不是之前的utf8编码。因此运行php artisan migrate 会出现如下错误: [Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access ...
分类:
其他好文 时间:
2020-01-15 19:34:57
阅读次数:
71
在按照文档执行php artisan migrate时报错。 SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: a ...
分类:
数据库 时间:
2020-01-12 11:42:14
阅读次数:
109
这几天学习Laravel框架遇到了数据库方面的问题。 PDOException in Connector.php line 55:SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password ...
分类:
数据库 时间:
2019-12-10 13:30:44
阅读次数:
129
SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8mb4_unicode_ci' is not valid for CHARACTER SET 'binary' 对数据表更改,然后执行数据迁移命令php ar ...
分类:
数据库 时间:
2019-10-31 16:44:53
阅读次数:
163
mysql版本是5.7.26,在插入数据时报错: string(81) "SQLSTATE[HY000]: General error: 1364 Field 'content' doesn't have a default value" SQL插入语句: 通过: 分析建表语句,发现content字 ...
分类:
数据库 时间:
2019-10-19 00:38:11
阅读次数:
96
项目中需要对字段进行验证,本人使用的是控制器验证方式。话不多说,直接上报错信息: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'skxx.sk_' doesn't exist 意思是数据库skxx中的某张表不存在! 看代码: ...
分类:
其他好文 时间:
2019-10-14 12:30:20
阅读次数:
266
常用的数据库镜像 docker pull wangpengcheng/oracle12c-enterprise:12.2.0.1-sys docker pull mysql:5.7.26 docker pull store/ibmcorp/db2_developer_c:11.1.4.4-x86_6 ...
分类:
数据库 时间:
2019-09-27 01:57:44
阅读次数:
385