You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Download with your package manager of choice. The package name is `mysql-memory-
15
15
#### Currently supported MySQL versions
16
16
17
17
-```mysql-memory-server``` can run MySQL versions 5.7.19 and newer (if the version is already installed on your system)
18
-
-```mysql-memory-server``` can download and run MySQL versions 5.7.19 - 9.3.0 (if the version is not already installed on your system)
18
+
-```mysql-memory-server``` can download and run MySQL versions 5.7.19 - 5.7.44, 8.0.0 - 8.0.43, 8.1.0 - 8.4.6, and 9.0.1 - 9.4.0 (if the version is not already installed on your system - all version numbers are inclusive)
19
19
20
20
Extra system requirements apply when ```mysql-memory-server``` is downloading MySQL instead of running a version of MySQL that is already installed on the system. To see the requirements and learn more about the supported versions for download, [read the doc](https://github.com/Sebastian-Webster/mysql-memory-server-nodejs/blob/v1.10.1/docs/SUPPORTED_MYSQL_DOWNLOADS.md)
Copy file name to clipboardExpand all lines: docs/SUPPORTED_MYSQL_DOWNLOADS.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@
20
20
21
21
*Architectures used can be overridden by the ```arch``` option provided your OS and system supports running applications that use those architectures.*
22
22
23
-
Linux, Windows, macOS x64: MySQL v5.7.19 - v9.3.0
23
+
Linux, Windows, macOS x64: MySQL v5.7.19 - v9.4.0
24
24
25
-
Linux ARM64: MySQL v8.0.31 - v9.3.0
25
+
Linux ARM64: MySQL v8.0.31 - v9.4.0
26
26
27
-
macOS ARM64: MySQL v8.0.26 - v9.3.0
27
+
macOS ARM64: MySQL v8.0.26 - v9.4.0
28
28
29
29
Windows ARM64: N/A - Read about the ```arch``` option to run this package on your system
30
30
@@ -46,7 +46,7 @@ macOS:
46
46
| v8.0.28 - v8.0.31 | macOS 11 (Big Sur) |
47
47
| v8.0.32 - v8.0.34 | macOS 12 (Monterey) |
48
48
| v8.0.35 - v8.0.39 OR v8.1.0 - v8.4.2 OR v9.0.1 | macOS 13 (Ventura) |
49
-
| v8.0.40 - v8.0.42 OR v8.4.3 - v8.4.5 OR v9.1.0 - v9.3.0 | macOS 14 (Sonoma) |
49
+
| v8.0.40 - v8.0.43 OR v8.4.3 - v8.4.6 OR v9.1.0 - v9.4.0 | macOS 14 (Sonoma) |
50
50
51
51
## Operating System Maximum Version Requirements
52
52
@@ -86,4 +86,4 @@ Ubuntu Linux:
86
86
87
87
Fedora Linux: ```libaio1``` package and ```tar``` package
//8.0.42, 8.4.5, and 9.3.0 with glibc 2.28 does NOT have a minimal install version for x64 but it DOES have arm64 support.
183
-
//8.0.42, 8.4.5, and 9.3.0 with glibc 2.17 DOES have a minimal install version for x64 but does NOT have arm64 support.
182
+
//8.0.42 - 8.0.43, 8.4.5 - 8.4.6, and 9.3.0 - 9.4.0 with glibc 2.28 does NOT have a minimal install version for x64 but it DOES have arm64 support.
183
+
//8.0.42 - 8.0.43, 8.4.5 - 8.4.6, and 9.3.0 - 9.4.0 with glibc 2.17 DOES have a minimal install version for x64 but does NOT have arm64 support.
184
184
//The new versions having these differences between the glibc versions has led to the glibc versions being different depending on CPU architecture for this package.
185
185
//Neither glibc versions for the above MySQL versions have an arm64 minimal install.
exportconstMYSQL_LINUX_MINIMAL_INSTALL_AVAILABLE_ARM64='8.0.33 - 8.0.41 || 8.1.0 - 8.4.4 || 9.0.1 - 9.2.0'//Not available for < 8.0.33 and 8.0.42, 8.4.5, and 9.3.0
201
+
exportconstMYSQL_LINUX_MINIMAL_INSTALL_AVAILABLE_ARM64='8.0.33 - 8.0.41 || 8.1.0 - 8.4.4 || 9.0.1 - 9.2.0'//Not available for < 8.0.33 and 8.0.42 - 8.0.43, 8.4.5 - 8.4.6, and 9.3.0 - 9.4.0
0 commit comments