You can try this on a test database first to see if it works. (Add a table prefix, if needed).
ACP --> Maintenance --> Execute SQL Query
Code:
UPDATE blog_user SET subscribeown='none'
and
Code:
UPDATE blog_user SET subscribeothers='none'
I think that will work, but, as I said, try it on a test site first. And, before doing it on your live site, be sure to do a database backup.