How to Disable STRICT_TRANS_TABLES in MySQL (Temporarily & Permanently)
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, […]