Re: [PHP] connecting remote host ..

2004-06-14 Thread Angel Freire
Reloadind database isn't necesary, a flush privileges should be ok. El lun, 14-06-2004 a las 04:32, Manoj Nahar escribió: > Hi Gowthaman, > > For mysql to allow remove connecivity u have to make entry in mysql > database in tables db, user and host giving the IP of remote PC from > which u want t

Re: [PHP] connecting remote host ..

2004-06-14 Thread Manoj Nahar
Hi Gowthaman, For mysql to allow remove connecivity u have to make entry in mysql database in tables db, user and host giving the IP of remote PC from which u want to connect and username and password then reload the database and It will all work Manoj On 14 Jun 2004 10:25:48 +0530, gowthaman r

[PHP] connecting remote host ..

2004-06-13 Thread gowthaman ramasamy
hello list, My php script works fine with local mysql database. however when try to use some remote database it fails and gives follwing error .. Warning: mysql_connect(): Unknown MySQL Server Host 'http' (2) in /usr/local/apache2/htdocs/gowtham/forphp/db_qry_4repeat.php on line 86 the mysql_con