So I had the same problem and ran thru the same resolution attempts. Finally found that adding my account panel username to my sql user worked. Something like this ...
Was: $con = mysql_connect("localhost","myuser","XXXXXXXX");
Now: $con =...
So I had the same problem and ran thru the same resolution attempts. Finally found that adding my account panel username to my sql user worked. Something like this ...
Was: $con = mysql_connect("localhost","myuser","XXXXXXXX");
Now: $con =...