strict mode in mysql
SHOW VARIABLES LIKE 'sql_mode'; -- enabled if STRICT_TRANS_TABLES is present
SET GLOBAL sql_mode=''; -- disables strict mode
SET GLOBAL sql_mode='STRICT_TRANS_TABLES'; -- enables strict mode
strict mode in mysql
SHOW VARIABLES LIKE 'sql_mode'; -- enabled if STRICT_TRANS_TABLES is present
SET GLOBAL sql_mode=''; -- disables strict mode
SET GLOBAL sql_mode='STRICT_TRANS_TABLES'; -- enables strict mode
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us