MyBB Community Forums

Full Version: Changing the MySQL details.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to change the MYSQL database my forum is currently running on?
If you want to tell your forum to use a different database, all the database information is in ./inc/config.php, near the top, so edit this to whatever you require.
Thanks