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.
JetBrains DataGrip 是否有任何方法允许我自动设置 SQL_MODE 以连接到 MySQL 数据库?
例如,MySQL Workbench 有一个用于设置 SQL_MODE 的连接的特定字段。虽然 HeidiSQL 提供了一种执行启动脚本的方法。
在 DataGrip 中,按照以下步骤操作。
使用您的 SQL 模式设置变量的值。例如:
sql_mode='STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY'