Skip to content

Commit b5d0037

Browse files
add part of docs
1 parent 2db95fa commit b5d0037

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/SUPPORTED_MYSQL_DOWNLOADS.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Support for MySQL binary downloads
2+
3+
*Keep in mind that this section is only for support provided by ```mysql-memory-server``` for versions of MySQL that it downloads from the MySQL CDN. This section does not apply to versions of MySQL that are already installed on your system.*
4+
5+
#### Binaries not available for download
6+
7+
- Versions 8.0.29, 8.0.38, 8.4.1, and 9.0.0 are not available for download for any operating systems as MySQL removed them from the CDN due to critical issues.
8+
9+
- Versions 5.7.32 - 5.7.44 are not available for download only on macOS as MySQL stopped supporting macOS Mojave starting from 5.7.32 for the rest of the 5.7.x line.
10+
11+
#### Native Binary Architectures
12+
13+
*Architectures used can be overridden by the ```arch``` option provided your OS and system supports running applications that use those architectures.*
14+
15+
Linux, Windows, macOS x64: MySQL v5.7.19 - v9.2.0
16+
17+
Linux ARM64: MySQL v8.0.31 - v9.2.0
18+
19+
macOS ARM64: MySQL v8.0.26 - v9.2.0
20+
21+
Windows ARM64: N/A - Read about the ```arch``` option to run this package on your system
22+
23+
#### Operating System Minimum Version Requirements
24+
25+
Windows - No documented minimum version
26+
27+
Linux - No documented minimum version
28+
29+
macOS:
30+
31+
32+
33+
*Document last updated in v1.9.0*

0 commit comments

Comments
 (0)