Mysql is set to unsigned and double without reporting errors when inserting numbers less than 0

mysql is set to unsigned and double when no error is reported when inserting a number less than 0, it will automatically become 0, but not an error. I need him to report an error and run a rollback in the transaction. How should I set

?
Mar.04,2021

mysql strict mode and loose mode learn the following

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3fd7f-34890.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3fd7f-34890.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?