i am doing a SELECT on a table with 2,000,000 rows, but it seems that PHP hangs on the mysql_query statement. when the execution starts, i noticed that the "mysqld" started running. about 40 seconds later, it stops. but the statement does not return, like it is still waiting for mysql.
help, anyone....