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
> 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
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
> 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
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