Skip to content

Commit fc252be

Browse files
authored
Merge pull request #79 from dotkernel/versions
Versions
2 parents 58555e6 + 2f36dd2 commit fc252be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/book/v5/introduction/server-requirements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Both mod_php and FCGI (FPM) are supported.
3030
## RDBMS
3131

3232
* Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS
33+
* Tested with MySQL 8.4 LTS
34+
35+
> :exclamation: For MySQL 8.4 LTS be sure you have the below line in my.cnf
36+
37+
```text
38+
mysql_native_password=ON
39+
```
3340

3441
## Recommended extensions
3542

0 commit comments

Comments
 (0)