I have discovered a very weird behavior with WinNMP. Why did I discover this? I use a powershell script in the task scheduler (Windows 10). Since certbot is also called, the script must be run as administrator. But that's just for info, the behavior can be reproduced quite easily.
Requirement:
Windows 10
MySQL Server 5.6 installed, default port 3306
WinNMP installed, MariaDB on port 3336
Procedure:
Start WinNMP (whether as administrator or not makes no difference).
Start Powershell as administrator (important).
Execute the command 'C:\WinNMP\WinNMP.exe /k'.
Result:
WInNMP is terminated.
The MySQL Server 5.6 on port 3306 is also terminated (???).
Remark:
The behavior ONLY occurs with the Powershell session, not with a command line run as administrator.
Very weird.
Can you reproduce the behavior and explain why this is happening? Am I doing something wrong or is it WinNMP?
Thanks in advance, and thanks for WinNMP!
Translated with www.DeepL.com/Translator (free version)
Anonymous