Jump to content

Recommended Posts

Posted

I have just moved my site from another host and used a backup. On the other host the MYSQL Address was localhost.

However, when I try to use this same value on this webhost, I get a "Can not connect to database" error.

 

In phpbb you need to assign the MYSql Address to a variable in config.php:

$dbhost   = 'localhost';

 

So I need to know the address.

 

Thanks :).

 

EDIT:

Whoops, I did not make a MYSql account, that is why I was getting the error.

 

For anyone who cares, the MYSQL Address is indeed localhost.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...