Unable to connect

Status
Not open for further replies.

Detox

Member
Jul 24, 2010
365
24
Hello,

My server isn't connecting to my Web-Host Database.

Config.php

PHP:
db.hostname=127.0.0.1
db.port=3306

db.username=My Username
db.password=My Password
db.name=habcheer_hotel

I keep getting this error.

168apl2.png


I even opened my port. (Inbound)

352hpgn.png
 

JynX

Posting Freak
Feb 6, 2016
710
438
The error is obviously your connection is wrong. Make sure it's:
Code:
db.hostname=localhost
db.port=3306
db.username=root
db.password=DATABASE PASSWORD
db.name=habcheer_hotel
 
Status
Not open for further replies.

Users who are viewing this thread

Top