You are viewing a single comment's thread from:RE: Why does steemd.com not show the number of accounts anymore?? Why is this hidden now?View the full contextView the direct parentsteemwija (58)in #steem • 7 years ago @lukestokes - Can you please tell me the way to read the DB? Sir, I know little of MySQL, That's why I am asking Sir. +W+
That's probably a little more than I can walk you through, but the query is simple enough:
SELECT count(id) as total_accounts FROM Accounts
I'm using DBeaver which is a free SQL tool. Good luck!