We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df629d0 commit f98408aCopy full SHA for f98408a
docs/book/v5/introduction/server-requirements.md
@@ -30,6 +30,13 @@ Both mod_php and FCGI (FPM) are supported.
30
## RDBMS
31
32
* Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS
33
+* Tested with MySQL 8.4 LTS
34
+
35
+> For MySQL 8.4 LTS be sure you have the below line in my.cnf
36
37
+```text
38
+mysql_native_password=ON
39
+```
40
41
## Recommended extensions
42
0 commit comments