G
GeneralSquall
Guest
does anyone know how to connect to mysql on plesk remotely?
i have these in the settings below
$dbhost = 'x.x.x.x:3306';
$dbuser = 'username@x.x.x.x;
$dbpass = 'password';
$dbname = 'database';
and when I try i get this error.
Warning: mysql_connect(): Host 'x.x.x.x'is not allowed to connect to this MySQL server in c:\temp\www\script.inc.php on line 30
Failed to open database!
i have these in the settings below
$dbhost = 'x.x.x.x:3306';
$dbuser = 'username@x.x.x.x;
$dbpass = 'password';
$dbname = 'database';
and when I try i get this error.
Warning: mysql_connect(): Host 'x.x.x.x'is not allowed to connect to this MySQL server in c:\temp\www\script.inc.php on line 30
Failed to open database!