mattermost2 mattermost user delete cli (메타모스트 메신저 유저 지우기~이) 하.. 오픈소스 쓰기 힘들다.아래 그림과 같이 유저를 지우것다.# 환경 : rocky linux 8.9ver 로컬 설치 /opt/mattermost/bin/[root@most bin]# ./mmctl delete user amy@ent.com Error: unknown command "delete" for "mmctl" 안된데 ㅠㅠ 다시 찾아봤다. ./mmctl auth login http://localhost:8065 (로컬에서 인증해야 가능함) id/pw 입력 후 credentials for "do": "do@http://localhost:8065" stored 위와 같이 나오면 되는거다.Unable to delete user ' ' error: : 영구 사용자 삭제 기능이 활성화되어 있지 않.. 2024. 5. 17. Mattermost (메타모스트) chat 프로그램 setup - Rocky 8.5 dnf install mysql-server systemctl enable --now mysqld systemctl start mysqld systemctl status mysqld ########################################### mysql_secure_installation # 설정 필요 mysql -u root -p CREATE DATABASE matterdb; CREATE USER 'most'@'localhost' IDENTIFIED BY 'password'; grant all privileges on matterdb.* to most@localhost; flush privileges; exit; dnf install wget -y wget https://release.. 2022. 8. 2. 이전 1 다음