当前位置:网站首页>Mysql:Invalid default value for TIMESTAMP
Mysql:Invalid default value for TIMESTAMP
2022-07-31 00:54:00 【桃花妖殿下】
建表的时候报时间戳得有默认值
网上搜了一大堆,又什么set sql_model啥的,结果都是重启服务就还原了
后来在网上搞了一大堆,最有用的就是my.ini里改配置
修改完sql_mode,然后重启服务就好了
先sql查询下默认的sql_mode,然后把值粘贴出来
show variables like 'sql_mode';
把值里的NO_ZERO_DATE改成ALLOW_INVALID_DATES
然后粘贴进my.ini
这里注意下sql_mode会根据版本的不同不一样,我的是5.7版本的
还有就是免安装版的mysql默认没用my.ini,而是mydefault.ini,把defailt那个里面内容复制出来然后创建my.ini文件再粘贴进去,重启mysql服务就行了
边栏推荐
- typescript11 - data types
- 【c语言课程设计】C语言校园卡管理系统
- redis学习
- SereTOD2022 Track2代码剖析-面向半监督和强化学习的任务型对话系统挑战赛
- 【愚公系列】2022年07月 Go教学课程 013-常量、指针
- 24. 请你谈谈单例模式的优缺点,注意事项,使用场景
- [Tang Yudi Deep Learning-3D Point Cloud Combat Series] Study Notes
- Why use high-defense CDN when financial, government and enterprises are attacked?
- typescript10-commonly used basic types
- typescript9-常用基础类型
猜你喜欢
The level of ShardingSphere depots in actual combat (4)
WMware Tools installation failed segmentation fault solution
MySQL database (basic)
How to Add a Navigation Menu on Your WordPress Site
typescript15-(同时指定参数和返回值类型)
DOM系列之scroll系列
ShardingSphere's vertical sub-database sub-table actual combat (5)
This project is so geeky
Mini Program - Global Data Sharing
mysql索引失效的常见9种原因详解
随机推荐
MySQL database constraints, table design
论文理解:“Designing and training of a dual CNN for image denoising“
【多线程】
(5) fastai application
小程序-全局数据共享
Redis learning
ShardingSphere之水平分库实战(四)
Basic usage of async functions and await expressions in ES6
IOT cross-platform component design scheme
MySQL table design for message queue to store message data
VS warning LNK4099:未找到 PDB 的解决方案
Can deep learning solve the parameters of a specific function?
ShardingSphere's unsharded table configuration combat (6)
Yolov7实战,实现网页端的实时目标检测
ABC 261 F - Sorting Color Balls (reverse pair)
GO GOPROXY proxy Settings
【ABAP】MFBF过账到质量检验库存类型Demo
[Yugong Series] July 2022 Go Teaching Course 015-Assignment Operators and Relational Operators of Operators
Meeting OA project pending meeting, all meeting functions
Gabor filter study notes