15,013
edits
mNo edit summary |
|||
| Line 31: | Line 31: | ||
</pre> | </pre> | ||
note: the last line of above part is '''return symbol'''. The last command will not executed automatically without the return symbol. | note: the last line of above part is '''return symbol'''. The last command will not be executed automatically without the return symbol. | ||
'''method3''': export the *.sql file. It will show a progress bar and estimated time to complete the mysqldump <ref>[http://dubbs.github.io/blog/2013/09/05/mysql-import-slash-export-progress-bar/ MySQL Import/Export Progress Bar - Kevin Warrington]</ref>: | '''method3''': export the *.sql file. It will show a progress bar and estimated time to complete the mysqldump <ref>[http://dubbs.github.io/blog/2013/09/05/mysql-import-slash-export-progress-bar/ MySQL Import/Export Progress Bar - Kevin Warrington]</ref>: | ||