When peforming a database dump via Telnet one types something like:
mysql -u username -p database < file.sql
How should the command look that would do the same if it were, instead of the shell prompt, entered at the mysql prompt:
-->
?
Thanks.