Hi!
I again write, beacuse I still can't connet to mysql remotely.
I already add % to host. Here is my connection test php:
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.
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());
}
?>
(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.