in reply to (OT)Find the size of the mysql table?

I'm certain the OP wants a perl answer, otherwise (s)he wouldn't have posted on PM:
# perl -wle 'print -s q{/var/lib/mysql/test/foo.MYD}' 40
--
print map{chr}unpack(q{A3}x24,q{074117115116032097110111116104101114032080101114108032104097099107101114})

Replies are listed 'Best First'.
Re^2: (OT)Find the size of the mysql table?
by marto (Cardinal) on Jun 21, 2007 at 12:36 UTC
    You are certain? Since the post is marked OT, as in Off Topic and the 'topic' of this forum is Perl and they are asking 'How to find the size of the Table in Mysql' it is possible they want to know how to use MySQL to find the size of the table.

    Martin
      Irony is dangerous. I was being sarcastic. I apologize for any confusion that may have caused.