mysqldump
# Syntax
mysqldump -u [username] -p [database-to-dump] > [database-to-receive]
# Pipe it! Exporting DB from external host
mysqldump -u [username] -P [port] -h [host] [database-to-dump] | mysql -u root -h 127.0.0.1 [database-to-receive]
# Limit the export/dump to a sepcific table by typing its name after the DBmysql -u username -p dbname < filename.sqlmysqldump -u username -p dbname > filename.sql
Also in Shell:
- how to make maven clean install faster in eclipse
- how to move a directory in linux
- edit files from terminal linux
- upgrade node version
- which user apache runs as ubntu
- bash ls without substring
- moodle update cli
- how to save any changes in vi editor
- git list remote branches
- git show diff in modified file
- how to switch branches in git
- crop video from specific time to specific time ffmpeg
- install opencv
- switch session windows tmux
- powershell join array
- how to revoke permissions from group and others
- check vm ram details in linux
- install flask
- Habilitar la ejecución de scripts para Powershell
- git bash set global username and password
- npm ERR! path /usr/local/lib/nodejs/node-v10.15.3-linux-x64/lib/node_modules while installing angular cli
- what does pro mean in github
- tab to csv command line
- how to view hidden files in mac terminal