Uninstalling FastDB Against Source Code Compilation
- Optional: Stop the database process.
1 2
ps -ef | grep subsql pkill subsql
- During source code compilation and installation, only the corresponding file is generated. Therefore, you can directly delete the corresponding directory.
1 2
rm -rf /opt/fastdb ll /opt/fastdb
