summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-10-28 18:36:41 +0200
committermonty@narttu.mysql.fi <>2003-10-28 18:36:41 +0200
commitd1572484bb8f5961dd1fa13920b60aa4dd98417a (patch)
tree5291391b3b4590c6726e448f934ccbdf8a3e4cd9 /include
parent7023694649c5a4c874e24b0ea3692d981a39a817 (diff)
downloadmariadb-git-d1572484bb8f5961dd1fa13920b60aa4dd98417a.tar.gz
Fix for problem of installing MySQL as a service with
mysql --install mysql --defualts-file=path-to-file (Bug #1643)
Diffstat (limited to 'include')
-rw-r--r--include/mysql_com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 6daf26bc2ac..27307b690b9 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -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 {