Is there a way of finding out how many number of rows there are in my export .dmp file? When I use the SHOW clause, it gives me all the statements, crap, etc. I just want a summary, if possible.
It's in the log file generated when the export ran. If you don't have access to that then you could write a script (Shell or Perl) to parse the output of an import with show=y, just counting all of the "INSERT" statements for each table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.