Quantcast
Channel: Free Web Hosting Community Forum - Host1Free.com
Viewing all articles
Browse latest Browse all 3352

Remote mysql acces

$
0
0
Hi!

I again write, beacuse I still can't connet to mysql remotely.
I already add % to host. Here is my connection test php:

Code:

<?php
$con = mysql_connect("box10.host1free.com","dreamc6_phpfus","****");
if (!$con)
  {                                           
  die('Could not connect: ' . mysql_error());
  }
?>

And this script write this error messages: Could not connect: Access denied for user 'dreamc6_phpfus'@'box10.host1free.com' (using password: YES)
(I'm check my username and password, so problem with these can't be.)
My webpage: dreamcrafting.oliwy.net
Username: dreamc6
Box: 10
I try connection form hungary. Maybe this is problem?
Please help fix the problem!
Thanks in advance.
Attached Images

Viewing all articles
Browse latest Browse all 3352

Trending Articles