Mysql自带的有工具,可以删除掉呀

解决方案 »

  1.   

    两个方法.A:
    在 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]
    B:
    也可以在命令提示符下:
    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
      

  2.   

    运行注册表编辑器,在HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services,ControlSet002\Services和CurrentControlSet\Services三个子键下查找MySQL,删除后重启机器,在“服务”里就看不到MySQL了。
      

  3.   

    安装完MySql后,如果要卸载,需要先停止mysql服务,控制面板-->管理工具-->服务,找到mysql,停止它。这样就不会有问题了。我个人觉得下载解压安装,比可执行文件安装要方便,自己可以随便定制,想咋弄就咋弄:)