We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df629d0 + f98408a commit fd87b12Copy full SHA for fd87b12
1 file changed
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