mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for problem of installing MySQL as a service with
mysql --install mysql --defualts-file=path-to-file (Bug #1643)
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
#if defined(__WIN__) && !defined( _CUSTOMCONFIG_)
|
||||
#define MYSQL_NAMEDPIPE "MySQL"
|
||||
#define MYSQL_SERVICENAME "MySql"
|
||||
#define MYSQL_SERVICENAME "mysqld"
|
||||
#endif /* __WIN__ */
|
||||
|
||||
enum enum_server_command {
|
||||
|
Reference in New Issue
Block a user