GoDaddy MySQL ips?

DoubleAA

Baseband Member
Messages
33
How do i get the mysql ip User and Pass from GoDaddy?

For this function $con=mysql_connect(" 'ip', 'user', 'pass' ");

Help please
AA
 
ip = the hostname.. e.g: usually its mysql.yourdomain.com
user = your mysql username
pass - obviously your password
 
Back
Top Bottom