Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kate-kate/69f0be44ef86b79c5dc8 to your computer and use it in GitHub Desktop.
Save kate-kate/69f0be44ef86b79c5dc8 to your computer and use it in GitHub Desktop.
mysqldump -uroot -proot dbName < one_table.sql
или
mysql -uroot -proot
use dbName
source ~/one_table.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment