- 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.
For below errors:
You are missing
php-mysql
.Fix
for example for PHP 7.2.17-0ubuntu0.19.04.1 i did
Then you need to enable mysql extension in
php.ini
file addextension=mysql.so
and restart server.Hola ! Fixed MyBB DB extension issue.