#2402 - MySQL Compatibility This is a spacer post for a website comment topic. The content this topic relates to: #2402 - MySQL Compatibility By Guest posted 13th Apr 2016, 3:56 AM Do not fill this field in. Thanks. Looks like MySQL left it out of their compatibility list https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html Please remove these 3 lines from sources/database_helper.php: if (substr(get_db_type(), 0, 5) == 'mysql') { $extra2 = 'IGNORE '; } The IGNORE clause should in theory not be needed, but we added it for robustness. 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
Looks like MySQL left it out of their compatibility list https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html
Please remove these 3 lines from sources/database_helper.php:
if (substr(get_db_type(), 0, 5) == 'mysql') {
$extra2 = 'IGNORE ';
}
The IGNORE clause should in theory not be needed, but we added it for robustness.