-
-
Notifications
You must be signed in to change notification settings - Fork 61
Updating minimum requirements #1544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating minimum requirements #1544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is "MySQL 5.7 or higher, 8.3.0+ recommended" true, or is 8.3.0 for MySQL a copy/paste error?
|
@ggoffy These are the various versions of MySQL, so I picked the 8.3, as it was easier to remember with PHP 8.3, but we could recommend MySQL 8.4.5 since it is currently the LTS version: |
|
no problem, I am not an expert for mysql and the differences between the version. it looked like a copy/paste ;) |
|
maybe someone else have more experience with mysql |
|
@ggoffy well, I installed yesterday MySQL 9.4.0 to test it |
|
I think you meant to write PHP 7.4, not PHP 5.7.4 And for your information: I have no problems with MariaDB version 10.5 |
|
@montuy337513 Yes, you're absolutely right! Thanks for catching it. |
|
@montuy337513 Regarding MariaDB, it would be nice if somebody could run test with the recent versions, so we could also include the info here, at least for the LTS versions: BTW - on my ISP, all my sites are running on MariaDB 10.6.21, and I didn't experience any problems there, but I probably should switch some of them to the different versions and see if it works. On my local PC, MySQL 9.3.0 is running fine, so far! |
I have xoops 2.5.12 on mariaDB 10.11.11 and I'm not having any problems. I haven't tested it with modules. |
|
I just installed on my WampServer following MariaDB version:
imparted into each of them the database from my test installation of XOOPS 2.5.12, and everything seems to be working just fine. The only issue was that the 10.6.21 and 10.11.11 didn't recognize |


No description provided.