Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql> SHOW FULL PROCESSLIST;
- +--------+--------------+-----------+-------------+---------+------+--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | Id | User | Host | db | Command | Time | State | Info |
- +--------+--------------+-----------+-------------+---------+------+--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | 448225 | root | localhost | NULL | Query | 0 | starting | SHOW FULL PROCESSLIST |
- | 449429 | yarbra_wpusr | localhost | yarbra_wpku | Query | 0 | Sending data | SELECT wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND wp_posts.ID NOT IN (247410) AND (
- wp_term_relationships.term_taxonomy_id IN (1)
- ) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY RAND() LIMIT 0, 4 |
- | 449431 | yarbra_wpusr | localhost | yarbra_wpku | Sleep | 0 | | NULL |
- | 449432 | yarbra_wpusr | localhost | yarbra_wpku | Sleep | 0 | | NULL |
- +--------+--------------+-----------+-------------+---------+------+--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- 4 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement