Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12877 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22541 invoked by uid 1010); 16 Sep 2004 17:33:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22500 invoked from network); 16 Sep 2004 17:33:47 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 16 Sep 2004 17:33:47 -0000 Received: from pd95e9e91.dip.t-dialin.net ([217.94.158.145] helo=[192.168.0.36]) by iko.gotobg.net with asmtp (Exim 4.41) id 1C808g-0008SW-Si; Thu, 16 Sep 2004 20:33:47 +0300 Message-ID: <4149CE32.2070207@hristov.com> Date: Thu, 16 Sep 2004 19:32:34 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Hobbs CC: internals@lists.php.net References: <20040916040105.25425.qmail@pb1.pair.com> <4149444A.9000503@hristov.com> <20040916172352.83849.qmail@pb1.pair.com> In-Reply-To: <20040916172352.83849.qmail@pb1.pair.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] mysql_connect using version 5.0.1 accesses the internet when host and client are the same system From: php@hristov.com (Andrey Hristov) Sam Hobbs wrote: > Thank you. If that is what is happening then I agree that it is not PHP > issue, so I am happy to go elsewhere for help. The only relevant suggestion > is that it might help to impove the warning message and to put something in > the php documentation to help people know where to look. Many people are > having problems with this. > > I have seen the "MySQL Manual | A.2.2 Can't connect to [local] MySQL server" > page. It is confusing, since the title says "[local]" yet the last item on > the page that says to check the firewall says "to allow external access", > which I interpreted to mean not-local access. > > I wish I knew what the disadvantage of pipes are. That is not a php issue, > though; it is something that the MySQL documentation should clarify. > Probably pipes work great if there is no need to access MySQL outside of the > system it is installed in. If so, then it would help for the MySQL > documentation to say so explicitely. It might say that, but I have not seen > it said. I know that MySQL does poll the internet very, very often and if > turning off it's use of the network eliminates access to the internet then > that is one less thing to be concerned about. > Maybe Windows is different than Linux in the way it handles connections on 127.0.0.1 ? What leads me to think about this is that only Windows firewalls are mentioned. Andrey