Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
MariaDB 5.2.3's windows service as installed with mysqld --install refuses to start. The EventViewer contains 2 entries, one is "Aborted" and the other is "Shutdown complete"
The reason seems that --console is required for the service to start properly. If --console is specified as an argument using the Services Control Panel and the Start button is hit, the service starts correctly.
See also mysql bug http://bugs.mysql.com/bug.php?id=56821