Ew why do you use HiediSQL, Have you tryed Navicat, i find it much simpler, and easy to use,
And Also
You Can Put &xml after the Item's (id) To get the display id, so say

example :
www.wowhead.com/?item=40395
Put &xml After the item=40395 And a page wil load in XML, then scroll down till you see something looking like
<icon displayId="57250<---(This is the items display)">INV_Mace_82</icon>

So should look like this
www.wowhead.com/?item=40395&xml

Good luck