2
You can only do that manually using a MySQL management tool like phpMyAdmin or MySQLFront. ANd you will have to write the MySQL queries yourself too. Probably something like:
DELETE * WHERE uid=[insert user ID of user you want to delete all posts from], in the correct tables. I'm no developer tho, so don't use this as an example, especially on a live website.
Herko