Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
Windows specific functionality "mysqld --install" , "mysqld --remove" should not be used anymore. This functionality is deprecated since we have mysql_install_db.exe, i.e 5.5. mysql_install_db.exe does the service registration and more.
Removing a service is a simple call to "sc delete <service_name>".
Also the logic "if mysqld.exe was started without parameters, lookup for MySQL service name and start it, if exists", this should be removed.
Attachments
Issue Links
- duplicates
-
MDEV-23043 Refactor Windows service handling
- Closed
- relates to
-
MDEV-15693 Stop packaging data directory into ZIPs
- Closed
-
MDEV-19354 Rename Windows service name to MariaDB
- Closed