MyBB Community Forums

Full Version: MyBB Host Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

How is it possible to transfer all of my files, and everything
related to my forum from my current host? To another?
Just take sql backup from phpmyadmin dont take it from admin cp

and take files backup

on your other host upload files

now create new database and go to phpmyadmin and import sql backup

now you have to fix config.php

/inc/config.php

$config['hostname'] = ' ';
$config['username'] = ' ';
$config['password'] = ' ';
$config['database'] = ' ';
$config['table_prefix'] = 'mybb_';


thats all