- Download from https://mybb.com/download/
- Unzip and upload files to server
File Permissions
sudo mv inc/config.default.php inc/config.php
sudo chmod 666 inc/config.php inc/settings.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/
optional
chmod 666 inc/languages/english/*.php inc/languages/english/admin/*.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/ admin/backups/
Installer
Open the URL and navigate to installed directory. There will be installer page ready.
Install MySQL
If Error like below happens,
Fix
add to the end:
restart MySQL :
systemctl restart mysql.serviceYou should be able to login to mysql now using the below command
mysql -u root -pRun
mysql> flush privileges;Set new password by
ALTER USER 'root'@'localhost' IDENTIFIED BY 'NewPassword';Go back to /etc/my.cnf and remove/comment
skip-grant-tablesRestart Mysql & login to mysql now using the below command
mysql -u root -pIf error like below happens,
Then do these: