Problem: Remote Connection MySQL
Hello
i have added % to remote ip's allowed
but when i try to access the database on other
computer i can't
i get error
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '213.175.193.194' (10060) in ...
source
$conncect = mysql_connect ( "213.175.193.194:3306", "intchar_smf1", "password" )
i have tryed without :3306 still not working
can anybody help
|