Hello , this days I was making my private server with dydns , all works very well except the website :rtfm:
all ok , port 3306 opened , when I try to connect I get this error :
Unknown MySQL server host 'example.dyndns.biz'
I am trying to run the website out of my localhost because Idk how to run website from it :D and I preffer a website in a free hosting , the problem is that unknow error :mad:
My config fileQuote:
example.dyndns.biz
PHP Code:
<?php
$ip = 'example.dyndns.biz';
$user = 'root';
$pw = 'mypassword';
mysql_connect($ip, $user, $pw) or die('Error.');
?>
Unknown MySQL server host 'example.dyndns.biz'
I am trying to run the website out of my localhost because Idk how to run website from it :D and I preffer a website in a free hosting , the problem is that unknow error :mad: