MyBB Community Forums

Full Version: Changing host
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i change host of my MYBBOARD????

im sure all i need to do is transfer the files, but what about the MYSQL database???


ty
Just use something like PHPMyAdmin and export the database. Then on the new host, also using PHPMyAdmin or something similar, import it. Of course you will need to transfer all of the files and more than likely you will need to modify the config.php file with the appropriate database details.
[wiki]Database Backup[/wiki]
[wiki]Database Restore[/wiki]

and

http://community.mybboard.net/showthread.php?tid=4720

These links may give you some assistance in generating backups and restoring them.