I have some php working fine on my local computer but I come to upload it to my web space on the Internet and it won't connect the MySQL. Has anyone ideas of how to change or do this.
My code is shown below:
//connect to database
mysql_connect("localhost","root","computer") or die("Unable to establish Connection");
//specify database
mysql_select_db("mitch") or die("Unable to select database");