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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Link |
This issue relates to |
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>". |
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. |
Fix Version/s | 10.5 [ 23123 ] |
Labels | beginner-friendly |
Workflow | MariaDB v3 [ 96407 ] | MariaDB v4 [ 131073 ] |
Fix Version/s | 10.6.0 [ 24431 ] | |
Assignee | Vladislav Vaintroub [ wlad ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link |
This issue duplicates |
couldn't it break existing installations that use, say, "mysqld.exe was started without parameters" ?