Hi there, I've set up a new website with SteadFast Networks in the past 48hrs. The trouble is my website can't return any MySQL results. The script is fine. When i run the same script in the phpMSQL app in the control panel it returns the results. Im confused!? I've contacted the support team and they've asked my to check my connectoin script but im sure its ok... mysql_connect(localhost,user,*******); mysql_select_db(database); Its getting tedious now.. Regards.
as far as I know, Steadfast use H-Sphere control panel, and it's a cluster control panel. Make sure you have mysql running on the same server, otherwise, you will need to change your mysql_connect from localhost to the IP of database server
ask the server admins to run a flush host in case you are trying to connect to mysql from a remote location.