MySQL 5.7 Compatibility
-
The plugin isn’t 100% compatible with 5.7.
If strict mode is enable, date values like 0000-00-00 00:00:00 are not allowed.
This date value is default onwp_blc_synch
columnlast_synch
and inwp_blc_links
for the columnsfirst_failure
,last_check
,last_success
,last_check_attempt
.If this columns can also have no value I would recommend that they should be declared as nullable and the default value should be null.
In the code it could be check with something like empty or == ”.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘MySQL 5.7 Compatibility’ is closed to new replies.