I have a text file with numerous update statements. The text file is running and it shows the following after it has run each update statement.
Query OK; 1 row affected (0.47 sec)
Rows matched: 1 Changed: 1 Warnings: 0
Is there a way on the command line to show which update statement it has finished running? This would help me to know how many more update statements in the text file it still needs to run.
Any help would be appreciated.
Query OK; 1 row affected (0.47 sec)
Rows matched: 1 Changed: 1 Warnings: 0
Is there a way on the command line to show which update statement it has finished running? This would help me to know how many more update statements in the text file it still needs to run.
Any help would be appreciated.