Page 1 of 1

mysql_connect problem

Posted: Wed Mar 19, 2003 8:26 am
by Guy
I'm trying to connect to mysql server which runs on Unix from php file windows.
I use mysql_connect("10.20.55.198", "Admin","pw")
I used the grant privileges to add Admin to the table.
but I get this error:
Warning: Lost connection to MySQL server during query in d:\phpsite\INCLUDE\mysql.php on line 2
any suggestions?
thanks
Guy