'What is the mysqld_safe command for Windows-based installations?

I need to run the mysqld_safe command in a MariaDB installation, but I cannot find it inside the \bin folder...



Solution 1:[1]

mysqld_safe is a unix script so won't exist on the Windows installs.

There will be mariadbd.exe, or mysqld.exe on pre 10.5 versions. MariaDB should exist as a service in the Windows installation, so recommend looking there more how to start it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 danblack