How can I force the MySQL client to output to stdout or a log file when importing a SQL file?
1
vote
2
answers
2854
views
Let's say I am importing a small SQL file using the MySQL client like so:
mysql < 10k-file.sql
The mysql client does not output anything. How can I force it to show how many rows are affected for each query, errors, so on?
Asked by bteo
(111 rep)
Jun 24, 2020, 08:33 AM
Last activity: Jun 3, 2025, 09:06 AM
Last activity: Jun 3, 2025, 09:06 AM