[PHP-DB] use of EXPLAIN

2007-07-26 Thread Asim
hI when i run script of login check for password and username checking, warning shows that query scans complete table. try to use EXPLAIN statement like that what should i do? how to use EXPLAIN statement in php while fetching data from MYSQL?

Re: [PHP-DB] connection id mystery

2007-07-26 Thread Stut
Charles Whitaker wrote: Using persistant connections simply means that you will be given a connection from a pool of open connections rather than creating a new one each time. There is no guarantee you'll get the same connection from request to request. Right. I had assumed that I would get a