What is the MySQL host for the free plan?

Status
Not open for further replies.

Inception

New member
I tried localhost, I still get this when trying to install AJAX Chat:
Error-Report: Database connection failed. Error-Code:
 

Inception

New member
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
 
Status
Not open for further replies.