this is my problem:
I have a mysql server running at the office on <officeip>:3306 on a win2k system
I have a site hosted by a provider at domain.it
I have granted privileges for existing user office as
office@domain.it and office@domainip
I wrote a php script using the parameters:
$host='<officeip>'
$user='office'
$pass='<thepass>'
$db='<mydb>'
to connect to the office db from the website.
I get a 'Lost connection during query' error
What do you believe is wrong with it?
(I already set wait_timeout as high as possible)
Thank you in advance for your answers