SQL Query question
-
Under phpMyAdmin, I ran an SQL query to turn off all comments on all articles at once, and it said it modified something like 3,000 strings (or lines, or whatever. I don’t remember). Does this make sense? I only have 30 or so articles.
The query was:
UPDATE wp_posts SET comment_status = 'closed', ping_status = 'closed';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SQL Query question’ is closed to new replies.