zoukankan      html  css  js  c++  java
  • 卸载RabbitMQ和Erlang

    如何把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 
    版权声明:本文为博主原创文章,转载请附上博文链接!

     
  • 相关阅读:
    C++中智能指针的设计和使用
    [转]C++ 智能指针详解
    C++ const 常量和常指针
    深入理解C++中的mutable关键字
    C++ 静态常量
    BZOJ 1875: [SDOI2009]HH去散步
    BZOJ 1024: [SCOI2009]生日快乐
    BZOJ 1059: [ZJOI2007]矩阵游戏
    bzoj 1833: [ZJOI2010]count 数字计数
    LUOGU P2587 [ZJOI2008]泡泡堂
  • 原文地址:https://www.cnblogs.com/liyiren/p/10562427.html
Copyright © 2011-2022 走看看