Hello.


Please provide complete PHP error message.



> that the bad new file is doing something bad that boggles subsequent

> connections?   If so what?



Maybe. To find out what your file is doing with the server use the

following things:

  http://dev.mysql.com/doc/refman/5.0/en/show-processlist.html

  http://dev.mysql.com/doc/refman/5.0/en/Query_log.html





Gerald Taylor wrote:

> i am developing a php app.  in the beginning of every file there is

> a require_once("./setup.php");  that does the housekeeping, fetches the

> connection credentials and connects to the database.  All that worked

> fine until this morning I made a new file.

> 

> Now I get a connection failure when I try to connect  but ONLY from this

> one php file.  I can connect to the server fine manually, the server is

> not unduly loaded, all the other apps that use this db server are fine

> and even the other files in THIS app using THIS particular db seem to be

> connecting fine.  Well actually I should say that one of the other files

> *did* get this error once but on a subsequent call it corrected itself.

>  I should also say that the "bad" file did connect fine the first time I

> ran it but I haven't been able to make it do it since.  Is it possible

> that the bad new file is doing something bad that boggles subsequent

> connections?   If so what?

> 

> It is using exactly the same include file that works in all the other

> files.    I'm  stumped  Thank you...

> 

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to