Topic: MySQL Error when attempting to run db_update.php
I am using MySQL 8.0.15
When I try to run db_update.php, I get the following error:
Database reported: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups ADD g_moderator TINYINT(1) NOT NULL DEFAULT 0 AFTER g_user_title' at line 1 (Errno: 1064).
Failed query: ALTER TABLE groups ADD g_moderator TINYINT(1) NOT NULL DEFAULT 0 AFTER g_user_title
The error occurred on line 374 in C:\WebSite\Forum2\include\dblayer\mysqli.php
Is this because PunBB cannot be used with MySQL 8.0.15?