Disable WordPress Comments on all posts with MySQL command

1.  Setting > Discussion : Disable comments of WordPress page

2: PhpMyAdmin: UPDATE wp_posts  SET comment_status = ‘closed’ WHERE comment_status = ‘open’;

Blogbook : PHP | Javascript | Laravel | Corcel | CodeIgniter | VueJs | ReactJs | WordPress