Skip to content

Commit ad96e8e

Browse files
committed
Use static-CRT OpenSSL & MySQL DLLs
Users without the Microsoft Visual C++ Redistributable package (https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) could not use dbconmy.dll
1 parent d1dc526 commit ad96e8e

File tree

11 files changed

+321
-0
lines changed

11 files changed

+321
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

vendor/mysql/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ That directory gets copied to the "Bin" directory when you run "win-install-data
44
The source code for MySQL and OpenSSL used to produce the binaries can be found here:
55
https://github.com/mysql/mysql-server/releases/tag/mysql-8.3.0
66
https://github.com/openssl/openssl/releases/tag/openssl-3.2.1
7+
8+
Apply the "mysql-server.diff" prior to building the mysql-server source code.
9+
You must use the "build-x86", "build-x64", "build-arm64" subfolder names (e.g. mysql-server/build-x64),
10+
because otherwise the patch won't work for cross-compiling ARM64 architecture.

0 commit comments

Comments
 (0)