Quantcast
Channel: ERROR 1067 (42000) at line 7: Invalid default value for 'LAST_UPDATED' - Database Administrators Stack Exchange
Browsing all 5 articles
Browse latest View live

Answer by user13673683 for ERROR 1067 (42000) at line 7: Invalid default...

You can use SET sql_mode = ""; in the beginning of your SQL CODE. The MySql Documentation provides some detail.

View Article



Answer by Buddhika Lakshan for ERROR 1067 (42000) at line 7: Invalid default...

mysql error 1067 invalid default value for timestampStart Cmd.Type mysql -u root -p Then Press Enter.And Select Your Database (Ex "USE DATABASE ").Type this SET @@session.sql_mode...

View Article

Answer by Michael - sqlbot for ERROR 1067 (42000) at line 7: Invalid default...

This error can occur when you attempt to import a file into MySQL Server 5.6.4 and earlier, when the database was created on and exported from MySQL 5.6.5 or later. As of MySQL 5.6.5, TIMESTAMP and...

View Article

Answer by Yang Lu for ERROR 1067 (42000) at line 7: Invalid default value for...

Solved the error by changing DATETIME to TIMESTAMP. As indicated in the manual, "Use of DEFAULT CURRENT_TIMESTAMP and ON UPDATE CURRENT_TIMESTAMP is specific to TIMESTAMP".

View Article

ERROR 1067 (42000) at line 7: Invalid default value for 'LAST_UPDATED'

Running MySQL 5.5, got the error above when I tried to import a .sql fileI've checked the SQL_MODE of my server and nothing similar to 'NO_ZERO_DATE' is foundAs well, I've took out the text of...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images