SQL Host Name

Status
Not open for further replies.

glamforbabies56

New Member
Messages
2
Reaction score
0
Points
0
Hi team,

Can you help me regarding SQL Host name/server I will include it on my configuration.php of my Joomla website.

var $host = ?????

Thanks in advance.
 

glamforbabies56

New Member
Messages
2
Reaction score
0
Points
0
Use localhost for the MySQL hostname.

Hi, i already change the configuration.php of joomla site.

var $host = 'localhost';
var $user = 'chardzki_chard'; <--- my username in my SQL Database
var $db = 'chardzki_glamforbabies'; <--- my SQL Database

then I received error:

Database Error: Unable to connect to the database:Could not connect to MySQL
 
Status
Not open for further replies.
Top