View Single Post
  #15  
Old 08-17-2014, 05:32 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

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.
__________________
Maybe I should try making one of these servers...
Reply With Quote