Incomplete Queries?
-
I keep succumbing to an error “Error establishing a database connection”
The lat time I had my site manager look into this, he found a series of incomplete queries. (examples below)
I don’t have any idea what any of these means, but I’m wondering if there’s a way to tell if there’s a plugin or something else that might be causing this (and not completing the queries) that would force the IP to force-end all queries and repair the DB in order to get it to work again. I also have no idea how to kill queries or I’d try doing it myself. Thoughts?
| 4233454 | cinemasi_admin | localhost | oscarguy_blogs | Query | 26816 | Sending data | SELECT ID FROM wp_posts WHERE ( ( post_date > 0 && post_date <= ‘2015-02-17 12:16:04’ ) ) AND post_s | 0.000 |
| 4235163 | cinemasi_admin | localhost | oscarguy_blogs | Query | 26554 | Waiting for table level lock | UPDATEwp_posts
SETpost_author
= 1,post_date
= ‘2015-02-18 11:00:58’,post_date_gmt
= ‘201 | 0.000 |
| 4235211 | cinemasi_admin | localhost | oscarguy_blogs | Query | 26547 | Waiting for table level lock | SELECT ID FROM wp_posts WHERE ( ( post_date > 0 && post_date <= ‘2015-02-17 12:20:33’ ) ) AND post_s | 0.000 |
| 4235240 | cinemasi_admin | localhost | oscarguy_blogs | Query | 26542 | Waiting for table level lock | SELECT ID FROM wp_posts WHERE ( ( post_date > 0 && post_date <= ‘2015-02-17 12:20:38’ ) ) AND post_s | 0.000 |
| 4235344 | cinemasi_admin | localhost | oscarguy_blogs | Query | 26524 | Waiting for table level lock | SELECT ID FROM wp_posts WHERE ( ( post_date > 0 && post_date <= ‘2015-02-17 12:20:56’ ) ) AND post_s | 0.000 |
- The topic ‘Incomplete Queries?’ is closed to new replies.