rocky 8.51 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 다음