MySql server name?

Status
Not open for further replies.

scrolleryo

New Member
Messages
2
Reaction score
0
Points
0
This question has been bugging me for the past hour, and I looked all over the place in hope of finding the answer, but to no avail. Where exactly can i find my mySql server name! And why is there not a tab below the domain name tab in the account panel that tells me exactly what my MySql server name is?! My account name is "scroller", if that information could be used to deduce the name of the mySql server.

Thanks for reading
 

as4s1n

New Member
Messages
174
Reaction score
4
Points
0
The host name is localhost

i.e.
$con = mysql_connect('localhost','username','password');
 

scrolleryo

New Member
Messages
2
Reaction score
0
Points
0
Thanks for the quick reply, and for puting it into a context. Im not able to try right away because it seems like the server crashed or something along those lines but im sure it will be nice n dandy when i kick it later
 
Status
Not open for further replies.
Top