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 666df54 commit 0b3ac65Copy full SHA for 0b3ac65
docs/book/v5/introduction/server-requirements.md
@@ -30,6 +30,12 @@ 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
34
+
35
+> For MySQL 8 be sure you have the below line in my.cnf
36
+> ```text
37
+> mysql_native_password=ON
38
+> ```
39
40
## Recommended extensions
41
0 commit comments