Can xenforo 2.3.7 be used with MYSQL5.7?

Can xenforo 2.3.7 be used with MYSQL5.7?

demo

New Member

Reputation: 1%
Joined
21/12/23
Messages
4
Can xenforo 2.3.7 be used with MYSQL5.7?
 
In short: No, XenForo 2.3.7 cannot run on MySQL 5.7.

XenForo 2.3.x requires at least MySQL 8.0 or MariaDB 10.3.
The reason is that XenForo relies on modern SQL features introduced in MySQL 8.0 (such as JSON_TABLE, window functions, and common table expressions), which are not available in MySQL 5.7.

- If you want to stay with MySQL, you’ll need to upgrade to 8.0 or newer.
- Alternatively, you can switch to MariaDB10.3.
 
Back
Top Bottom