We have a simple sql script which needs to be executed against a MySQL database and we would like print log statements on the progress of the script (e.g. Inserted 10 record
What about using mysql -v to put mysql client in verbose mode ?
mysql -v