Skip to content

Commit ea24693

Browse files
clarify requirements section in README
1 parent a6e0e49 commit ea24693

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@ Download with your package manager of choice. The package name is `mysql-memory-
1313
- Node.js 16.6.0 and newer
1414
- macOS 13+, Windows, or Linux (This package is only tested on Ubuntu 20.04, 22.04, 24.04, and Fedora 40. Other Linux distributions may or may not work at this time.)
1515

16-
Windows only requirements:
16+
#### Requirements for downloaded MySQL versions
17+
18+
The following requirements only apply if you intend to have `mysql-memory-server` download a version of MySQL to use instead of using an already installed version of MySQL on the system:
19+
20+
Requirements for Windows:
1721
- `Microsoft Visual C++ 2019 Redistributable Package` needs to be installed
1822

19-
Linux only requirements:
23+
Requirements for Linux:
2024
- The `libaio1` or `libaio1t64` package needs to be installed
2125
- If `libaio1` is not available but `libaio1t64` is, the `ldconfig` command needs to be available to run
22-
- The `tar` package needs to be installed if you want to use MySQL versions that aren't system installed
26+
- The `tar` package needs to be installed
27+
28+
#### Currently supported MySQL versions
2329

24-
Currently supported MySQL versions:
2530
- If using the system installed MySQL server: 8.0.20 and newer
2631
- If not using the system installed MySQL server: 8.0.39, 8.1.0, 8.2.0, 8.3.0, 8.4.2, 9.0.1
2732

0 commit comments

Comments
 (0)