How to set the SQL Mode on a MySQL connection in JetBrains DataGrip

Viewed 2918

Does JetBrains DataGrip have any way to allow me to set the SQL_MODE automatically for my connection to a MySQL database?

For example, MySQL Workbench has a specific field for the connection that would set the SQL_MODE. Whilst HeidiSQL provide a way to execute a Startup Script.

1 Answers
Related