I want to save all warnings in mariadb using Heidisql. But I have few problems.
- If I run more than one SQL together, the latest SQL warnings will cover pervious SQL warnings. So I only can see the latest executed SQL warnings. Is it possible the latest executed SQL won't cover pervious SQL warnings?
show warnings;
can only see 65535 records, how can I see more warnings?- How can I save those warnings to a file?