MyBB Community Forums

Full Version: Connect to database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I fill this page http://postimg.org/image/3ziqcnprh/   for connecting to my database?
Where can I find the database where users are saved?
And what are the username and password for accessing to this database?

I've never modify my database.
When you look in your inc/config.php file you see the login data for your database.

Users are saved in a database table named users (with a prefix equal to the one also stored in inc/config.php).