I am having a problem with mysql hostname. I put the hostname in mycode and I get this
error:
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host
‘mysqlworkingmathtool400com’ (1) in /home/roronron/working.mathtool400.com/php1/index.php
on line 3
Unable to select database
I get my host name from here
Hostname (these are all interchangeable) Web Administration Actions
mysql.hotfontsf2.com phpMyAdmin
Delete Hostname
mysql.move.drvoodo.com phpMyAdmin
Delete Hostname
mysql.working.mathtool400.com phpMyAdmin
Delete Hostname
The hostname below I copy and paste into my code
mysql.working.mathtool400.com
This is my line of code where I enter the hostname
mysql_connect(mysql.working.mathtool400.com,$username,$password);