in reply to MySQL 5.1.11 Select Query

You might enable the logfiles of mysql to see what is happening on the mysql side. From mysql manual: "To enable the general query log, start mysqld with the --log[=file_name] or -l [file_name] option.". You might also check the error log.

Replies are listed 'Best First'.
Re^2: MySQL 5.1.11 Select Query
by bkiahg (Pilgrim) on Aug 05, 2008 at 17:53 UTC
    Logfile shows:
    080805 12:49:17 5 Connect root@localhost on rate_calc 5 Query select * from rates where weight = '4'