1
0
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:
monty@narttu.mysql.fi
2003-10-28 18:36:41 +02:00
parent 7023694649
commit d1572484bb
2 changed files with 9 additions and 7 deletions

View File

@ -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 {