在 winmysqladmin.exe 界面上右击会出现如下的菜单:[Hide me]
[Win 9x]----------------------------------------> [ShutDown this Tool]
[Win NT]---->[ShutDown this Toos]                 [ShutDown the Server]
             [Stop the Server]                    [ShutDown Both]
             [Remove the Service]
             [Start the Server Standalone]
在 Win9x 下你
[Start the Server] 与 [ShutDown the Server] 来启动与关闭 MySQL 服务在 WINNT 下你应该在 NT 上安装MySQL作为一种服务
[Install the Server] 与 [Remove the Service] 来安装与删除 MySQL 服务
[Start the Server] 与 [Stop the Server] 来启动与关闭 MySQL 服务
如果你不想作为一种服务启动mysqld-nt,你可以 [Start the Server Standalone] 来启动它
你也可以在命令提示符下:
D:\mysql\bin\mysqld --install    安装服务
D:\mysql\bin\mysqld --uninstall  删除服务
D:\mysql\bin\NET START mysql     启动服务
D:\mysql\bin\NET STOP mysql      关闭服务
D:\mysql\bin\mysqld-nt --standalone  非服务方式启动 MySQL