Tag:Shell scripts count lines
-
A small shell script to accurately count the number of rows in each table of MySQL
preface For development or operation and maintenance personnel, the number of each table in MySQL database must be known, which helps us clean up useless data or know which table takes up more space. In addition, by counting the number of rows in the table many times, you can also find the increment of the […]