Thanks, but not my plugin 😉
To find out which database your WordPress installation is using simple open wp-config.php, found in the home folder on your FTP, and look for the database name.
Once you have found the name, follow the above instructions.
Chris
You need to run it as an SQL command.
Log into MySQL from your hosting control panel.
Click on the SQL tab at the top, and paste in the above command.
Press Go or Run and votes should be removed.
Chris
TRUNCATE wp_nggv_votes;
Thats done the job lovely.
Many thanks
Chris