Skip to main content
added 84 characters in body
Source Link

All mysql binaries (bin\*.exe) quit without a single word.

Running Windows Server 2016 as host. Running mcr.microsoft.com/windows/servercore docker image inside with native Windows containers. Unpacked mysql-5.6.43-winx64.zip inside the container. None of the binaries work. For example,

c:\mysql\bin> mysqld.exe --help
c:\mysql\bin>
  • No errors on the console.
  • Nothing in Windows Event Application, Security, Setup, System logs mentions "mysql". (wevtutil ... | findstr /i mysql).
  • Used dumpbin from Visual Studio to see mysqld.exe's /imports, i.e. what DLLs it needs - all are present within the container.
  • Tried bin\replace.exe, bin\mysql.exe, etc - all with the same result.
  • Checked that both the OS and the MySQL binaries are x64 - they are, at least according to the Docker image description and mysql's zip name.

I'm pretty sure it has nothing to do with MySQL specifically as I've seen this behaviour with other programs before, but howespecially on the nanoserver.

How do I figure out the cause of the abnormal behaviour?

Thanks.

All mysql binaries (bin\*.exe) quit without a single word.

Running Windows Server 2016 as host. Running mcr.microsoft.com/windows/servercore docker image inside with native Windows containers. Unpacked mysql-5.6.43-winx64.zip inside the container. None of the binaries work. For example,

c:\mysql\bin> mysqld.exe --help
c:\mysql\bin>
  • No errors on the console.
  • Nothing in Windows Event Application, Security, Setup, System logs mentions "mysql". (wevtutil ... | findstr /i mysql).
  • Used dumpbin from Visual Studio to see mysqld.exe's /imports, i.e. what DLLs it needs - all are present within the container.
  • Tried bin\replace.exe, bin\mysql.exe, etc - all with the same result.
  • Checked that both the OS and the MySQL binaries are x64 - they are, at least according to the Docker image description and mysql's zip name.

I'm pretty sure it has nothing to do with MySQL specifically, but how do I figure out the cause of the abnormal behaviour?

Thanks.

All mysql binaries (bin\*.exe) quit without a single word.

Running Windows Server 2016 as host. Running mcr.microsoft.com/windows/servercore docker image inside with native Windows containers. Unpacked mysql-5.6.43-winx64.zip inside the container. None of the binaries work. For example,

c:\mysql\bin> mysqld.exe --help
c:\mysql\bin>
  • No errors on the console.
  • Nothing in Windows Event Application, Security, Setup, System logs mentions "mysql". (wevtutil ... | findstr /i mysql).
  • Used dumpbin from Visual Studio to see mysqld.exe's /imports, i.e. what DLLs it needs - all are present within the container.
  • Tried bin\replace.exe, bin\mysql.exe, etc - all with the same result.
  • Checked that both the OS and the MySQL binaries are x64 - they are, at least according to the Docker image description and mysql's zip name.

I'm pretty sure it has nothing to do with MySQL specifically as I've seen this behaviour with other programs before, especially on the nanoserver.

How do I figure out the cause of the abnormal behaviour?

Thanks.

Source Link

Windows binaries quit silently

All mysql binaries (bin\*.exe) quit without a single word.

Running Windows Server 2016 as host. Running mcr.microsoft.com/windows/servercore docker image inside with native Windows containers. Unpacked mysql-5.6.43-winx64.zip inside the container. None of the binaries work. For example,

c:\mysql\bin> mysqld.exe --help
c:\mysql\bin>
  • No errors on the console.
  • Nothing in Windows Event Application, Security, Setup, System logs mentions "mysql". (wevtutil ... | findstr /i mysql).
  • Used dumpbin from Visual Studio to see mysqld.exe's /imports, i.e. what DLLs it needs - all are present within the container.
  • Tried bin\replace.exe, bin\mysql.exe, etc - all with the same result.
  • Checked that both the OS and the MySQL binaries are x64 - they are, at least according to the Docker image description and mysql's zip name.

I'm pretty sure it has nothing to do with MySQL specifically, but how do I figure out the cause of the abnormal behaviour?

Thanks.