Yes, it's supposed to go to the mybb database, I did it on my old web host, this is my settings in config.php:
// Database hostname:
$config['dbConnection']['host'] = "localhost";
// Database username:
$config['dbConnection']['user'] = "wyvern_mybb";
// Database password:
$config['dbConnection']['pass'] = "********";
// Database name:
$config['dbConnection']['name'] = "wyvern_mybb";
// Database type:
$config['dbConnection']['type'] = "mysql";
// Database link:
$config['dbConnection']['link'] = null;
I fixed it by making a new user and adding it to the database