Every time I try to connect to my localhost (using MAMP), it tells me that either access was denied or that it can't connect!!! It is driving me crazy! I have the php example below. What am I missing, because apparently nobody on the web is having this same problem...
//setup db connection
$link = mysqli_connect("localhost","root","");
mysqli_select_db($link, "iReport")