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:
- Login to AAPanel Control panel
- Select APStore
- Select the Database MYSQL/MariaDB from the list
- Select the configuration tab
- Delete this parameter sql-mode
- After Editing, restart the database server.