Web & Architecture, Mysql

How to Disable STRICT_TRANS_TABLES in MySQL (Temporarily & Permanently)

3 min read

Introduction STRICT_TRANS_TABLES is one of the SQL modes in MySQL that enforces strict data validation rules. When STRICT_TRANS_TABLES is enabled, MySQL rejects invalid values and generates an error, […]