I don't know how well you know HeidiSQL... in the left column click the table named spells_new (you may have to expand the DB first)
Select the tab named Query at the top. and enter
Code:
select count(id) from spells_new;
in the top text box. In the toolbar above it you will see a "play" icon which says Execute SQL when you hold the cursor over it.
click it. The number of rows in the spells_new table will appear in the text box beneath it.