-e indicates to execute the following MySQL statements and then
quit the mysql command. The statements must be enclosed
in quotes.
SET SESSION
SQL_LOG_BIN=0;—Temporarily disables binary logging
during the load, speeding up the process.
SOURCE
/tmp/160115_SavedSTADatabase.sql—Loads the dump
file into the database.
There is no command output as the process runs. If the command is successful, you are returned to the command prompt once the process completes.
Note:
The --verbose command option is not recommended, as it displays many messages in the terminal window and can significantly slow down the command process for large databases.