MySQL Strict Mode - Disable Print

  • 0


What is Mysql Strict mode?

Strict mode controls how MySQL handles invalid or missing values in data-change statements such as INSERT or UPDATE. A value can be invalid for several reasons. For statements such as SELECT that do not change data, invalid values generate a warning in strict mode, not an error.

Solution:

  1. Login to AAPanel Control panel
  2. Select APStore
  3. Select the Database MYSQL/MariaDB from the list 
  4. Select the configuration tab
  5. Delete this parameter sql-mode
  6. After Editing, restart the database server.

Was this answer helpful?

« Back