#2402 - MySQL Compatibility
0 guests and 0 members have recently viewed this.
The top 3 point earners from 21st Dec 2025 to 28th Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| Adam Edington |
|
|
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.