Where are my SQL Databases?

Status
Not open for further replies.

BlitZed93

New Member
Messages
11
Reaction score
0
Points
0
I've created an sql database on my site. But I don't know where it is (even after i browsed through with the file manager). Any method or help as to its actual site? I've got php code <mysql_connect("your.hostaddress.com", "username", "password") or die(mysql_error());> so i need to know what's the "your.hostaddress.com" substitute. HELP ME!!!
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
its "localhost" thats the name of the machine you should connect to
 
Status
Not open for further replies.
Top