`

安装和卸载Mysql的windows系统服务

    博客分类:
  • java
阅读更多


安装mysql的windows系统服务: ${mysql.home}\bin\mysqld-nt --install;
卸载mysql的windows系统服务: ${mysql.home}\bin\mysqld-nt --remove

绿色心情 大大介绍的更好的方法:

在命令行使用sc命令:
DESCRIPTION:
SC is a command line program used for communicating with the
NT Service Controller and services.
USAGE:
sc <server> [command] [service name] <option1> <option2>...

The option <server> has the form "\\ServerName"
Further help on commands can be obtained by typing: "sc [command]"
Commands:
query-----------Queries the status for a service, or
enumerates the status for types of services.
queryex---------Queries the extended status for a service, or
enumerates the status for types of services.
start-----------Starts a service.
pause-----------Sends a PAUSE control request to a service.
interrogate-----Sends an INTERROGATE control request to a service.
continue--------Sends a CONTINUE control request to a service.
stop------------Sends a STOP request to a service.
config----------Changes the configuration of a service (persistant).
description-----Changes the description of a service.
failure---------Changes the actions taken by a service upon failure.
qc--------------Queries the configuration information for a service.
qdescription----Queries the description for a service.
qfailure--------Queries the actions taken by a service upon failure.
delete----------Deletes a service (from the registry).
create----------Creates a service. (adds it to the registry).
control---------Sends a control to a service.
sdshow----------Displays a service's security descriptor.
sdset-----------Sets a service's security descriptor.
GetDisplayName--Gets the DisplayName for a service.
GetKeyName------Gets the ServiceKeyName for a service.
EnumDepend------Enumerates Service Dependencies.

The following commands don't require a service name:
sc <server> <command> <option>
boot------------(ok | bad) Indicates whether the last boot should
be saved as the last-known-good boot configuration
Lock------------Locks the Service Database
QueryLock-------Queries the LockStatus for the SCManager Database
EXAMPLE:
sc start MyService

分享到:
评论

相关推荐

    mysql的安装与卸载

    在安装和卸载MySQL时,需要注意的是,安全性和稳定性是首要考虑的因素。设置合适的配置参数、强密码以及保持系统更新有助于提高系统的安全性。同时,正确卸载和清理残留文件能确保下次安装的顺利进行,避免数据丢失...

    MySQL5.6安装及卸载

    在本篇文章中,我们将详细探讨如何安装和卸载MySQL 5.6。 首先,我们来讨论MySQL 5.6的安装过程: 1. **下载安装包**:MySQL 5.6的安装文件通常是msi格式,例如`mysql-installer-community-5.6.31.0.msi`。你可以...

    mysql安装和卸载

    如果是`.tar.gz`文件,需要先解压,然后通过编译和安装步骤来完成;如果是`.rpm`文件,可以使用`yum`或`apt-get`命令直接安装。 3. **macOS安装**:双击.dmg文件,将MySQL拖拽到"应用程序"目录,然后通过命令行工具...

    彻底卸载MySQL介绍

    在Windows系统中,你可以通过“此电脑” -&gt; “管理” -&gt; “服务与应用程序” -&gt; “服务”来找到MySQL服务,然后右键选择“停止”以确保服务不再运行。这能防止在卸载过程中数据被意外修改。 2. **卸载MySQL Server*...

    如何正确的完全卸载MYSQL

    在Windows系统中,可以在服务列表中找到MySQL服务,然后停止该服务。停止服务后,需要在控制面板里的增加删除程序内进行删除MySQL。但是,这样可能并不能完全删除MySQL服务,因为MySQL会留下一些注册表项和文件。 ...

    Mysql8.0.13安装与卸载

    安装和卸载 MySQL 8.0.13 需要注意操作系统的兼容性和配置的正确性。新版本的密码验证插件为安全提供了增强,但也可能导致初始连接问题。了解这些步骤和技巧,将有助于你顺利地管理 MySQL 8.0.13 实例。

    一键彻底卸载 MySQL 脚本针对 Windows 系统的脚本工具提供简便快捷的方法来完全卸载 MySQL 数据

    适用范围:适用于 Windows 系统上的 MySQL 数据库的彻底卸载,兼容各种 MySQL 版本和安装配置。 通过一键彻底卸载 MySQL 脚本+,用户可以方便地卸载 MySQL 并确保数据库和相关文件完全删除,从而提供更好的系统清理...

    如何干净卸载MYSQL.doc

    总之,彻底卸载MySQL并非一蹴而就的过程,需要耐心和细致的操作,尤其是清理注册表和用户级配置文件,这些都是确保后续重新安装能够顺利进行的关键步骤。掌握了正确的卸载流程,不仅能够解决当前的问题,还能避免...

    MySQL安装卸载-Windows.docx

    ### MySQL在Windows下的安装与卸载详解 #### 一、MySQL简介 MySQL是一个非常流行的开源关系型数据库管理系统(RDBMS),最初由瑞典的MySQL AB公司开发,后来被Oracle公司收购。MySQL以其高性能、高可靠性和易用性而...

    分别写出启动、连接、停止和卸载MySql服务(服务名为MySql)的语句?

    * 在Windows系统中,可以在控制面板中卸载MySQL服务。 * 在Linux系统中,可以使用包管理器卸载MySQL服务,例如在Ubuntu系统中,可以使用"sudo apt-get purge mysql-server"命令来卸载MySQL服务。 在 MySQL 中,...

    MySql安装卸载教程

    9. 如果出现“cannot create windows service for mysql.error:0”错误,可以通过 cmd 输入“sc delete mysql”命令来解除 MySql 服务。 MySql 配置问题解决方案: 在安装 MySql 过程中,可能会出现一些配置问题,...

    mysql安装卸载说明书

    本文将详细介绍在Windows环境下安装和卸载MySQL 5.5的步骤。 安装MySQL 5.5: 1. 开始安装:首先,你需要找到下载的MySQL 5.5安装文件并双击运行。在初始界面,点击"Next"继续。 2. 选择安装类型:有三种安装类型...

    MySQL系统服务安装与卸载精彩问题汇总

    系统服务的安装和卸载是MySQL日常管理中的重要环节,它涉及到服务器的启动、停止以及故障排查。本篇文章将深入探讨MySQL系统服务安装与卸载过程中可能遇到的问题,并提供相应的解决方案。 1. **错误1067:进程意外...

    Mysql的安装与卸载

    - **Linux**:解压.tar.gz文件,通过命令行执行配置和安装步骤,例如`./configure`,`make`,`make install`,然后使用`systemctl start mysql`启动服务。 - **macOS**:双击.dmg文件,拖拽MySQL.app到...

    个人推荐安装与卸载MySQL 的教学视频,(哔哩哔哩观看)

    对于Windows系统,该文件位于安装目录下的`my.ini`;对于Linux系统,则位于`/etc/mysql/my.cnf`。 1. **修改端口号**:如果需要更改MySQL的监听端口,默认为3306。 2. **设置最大连接数**:根据服务器性能调整最大...

    MySQL卸载手册.doc

    卸载 MySQL 时,需要通过控制面板来停止 MySQL 服务和卸载 MySQL 程序。 管理工具 管理工具是控制面板的子菜单,用于管理系统服务和参数。卸载 MySQL 时,需要通过管理工具来停止 MySQL 服务。 服务 服务是操作...

Global site tag (gtag.js) - Google Analytics