zoukankan      html  css  js  c++  java
  • 如何把RabbitMQ卸载干净

    原文转载至:https://blog.csdn.net/w893932747/article/details/81018191

    To uninstall RabbitMQ and Erlang from the machine completely, do the following:

    Open the Windows Control Panel.
    Double-click Programs and Features.
    In the list of currently installed programs, right-click RabbitMQ Server, and then click Uninstall.
    In the list of currently installed programs, right-click Erlang OTP, and then click Uninstall.
    Open the Windows Task Manager.
    In the Task Manager, look for the process epmd.exe. If this process is still running, right-click it and then click End Process.
    Delete all the installation directories for both RabbitMQ and Erlang.
    Delete the file C:Windows.erlang.cookie (if present).
    Go to the User folder: C:Users[username], and then delete the file .erlang.cookie.   删除
    Also in the User folder, go to AppDataRoamingRabbitMQ.     输入%appdata%Rabbitmq 找到配置文件删除
    Backup the Log folder to a secure location, and then delete the folder.
    翻译:

    要从计算机中完全卸载RabbitMQ和Erlang,请执行以下操作:
         1、打开Windows控制面板。
         2、双击“程序和功能”。
         3、在当前安装的程序列表中,右键单击RabbitMQ Server,然后单击“卸载”。
         4、在当前安装的程序列表中,右键单击“Erlang OTP”,然后单击“卸载”。
         5、打开Windows任务管理器。
         6、在任务管理器中,查找进程epmd.exe。 如果此进程仍在运行,请右键单击该进程,然后单击“结束进程”。
         7、删除RabbitMQ和Erlang的所有安装目录。
         8、删除文件C: Windows .erlang.cookie(如果存在)。
         9、转到用户文件夹:C: Users [username],然后删除文件.erlang.cookie。删除
         10、同样在User文件夹中,转到AppData Roaming RabbitMQ。 输入%appdata% Rabbitmq找到配置文件删除
         11、将Log文件夹备份到安全位置,然后删除该文件夹。
    ---------------------
    作者:w893932747
    来源:CSDN
    原文:https://blog.csdn.net/w893932747/article/details/81018191
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    装饰模式
    You can't specify target table 'a' for update in FROM clause
    Spring事务知识点
    JAVA中的volatile关键字
    验证HashSet和HashMap不是线程安全
    ZYNQ7000 通过FPGA Manager加载比特流
    verilog中可综合的task使用
    verilog条件编译
    Vivado debug异常现象
    Matlab相关函数使用
  • 原文地址:https://www.cnblogs.com/mkl34367803/p/9957895.html
Copyright © 2011-2022 走看看