thank you. another question.
How can i check for the time each query takes? i'm using easyphp under windows. the query bellow:
EXPLAIN EXTENDED SELECT * FROM feeds WHERE 1
returns this result:
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE feeds ALL NULL NULL NULL NULL 252
this query doesn't show the time elapsed. how should i check the time?