Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在本视频的最后,演讲者说您可以更改默认的 MySQL 设置,以防止在将字符串插入 int 字段时自动将字符串转换为整数 0、自动截断字符串等。
这些设置在哪里?他们在 MyISAM 上工作吗?
请参阅本网站了解更多信息。希望这对您有所帮助。
SET sql_mode='STRICT_TRANS_TABLES,NO_ZERO_DATE,NO_ZERO_IN_DATE';