#2402 - MySQL Compatibility
0 guests and 0 members have recently viewed this.
The top 3 point earners from 12th Apr 2026 to 19th Apr 2026.
| Gabri |
|
|
|---|---|---|
| pmheart6 |
|
|
| jacobgkau |
|
|
There are no events at this time
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.