如何把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 AppData\Roaming\RabbitMQ. 輸入%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
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!