Re: Make connection to MySQL Server from another server

2003-09-04 Thread steffen . grunewald
On Thu, Sep 04, 2003 at 11:32:07AM -0500, Benjamin J. Weiss wrote: > Actually, I don't know whether MySQL uses udp or not, but the /etc/services > file shows both tcp and udp ports for mysql, so I put them both in. Just a hint: insert a line with target LOG at the end of the iptables config file

Re: Make connection to MySQL Server from another server

2003-09-04 Thread Benjamin J. Weiss
> At 08:19 9/4/2003 -0500, you wrote: > >For instance (and somebody please verify this, as I'm just learning to craft > >my own iptables rules): > > > >php machine: 192.168.1.100 > >mysql machine: 192.168.1.101 > > > >iptables rule on the mysql machine: > > > >-A RH-Lokkit-0-50-INPUT -p tcp -m tcp

Re: Make connection to MySQL Server from another server

2003-09-04 Thread Rodolfo J. Paiz
At 08:19 9/4/2003 -0500, you wrote: For instance (and somebody please verify this, as I'm just learning to craft my own iptables rules): php machine: 192.168.1.100 mysql machine: 192.168.1.101 iptables rule on the mysql machine: -A RH-Lokkit-0-50-INPUT -p tcp -m tcp -s 192.168.1.100/32 --dport 330

Re: Make connection to MySQL Server from another server

2003-09-04 Thread Benjamin J. Weiss
> Hi all, > > can someone know how could i setup MySQL Server, so my > PHP Application on another server can connect to > MySQL Server A quick google for php mysql connect found http://us2.php.net/function.mysql-connect, which explains it pretty well. The only thing that they don't go into is

Make connection to MySQL Server from another server

2003-09-03 Thread Anton NG
Hi all, can someone know how could i setup MySQL Server, so my PHP Application on another server can connect to MySQL Server thanks __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- redhat-li