Knowledge base
Search
⌃K
Knowledge base
Search
⌃K
Goal of knowledge base
Linux & core
Linux
Core services
Hardware
Database
MySQL
InnoDB - innodb_file_per_table parameter
MySQL - enable slow query log
MySQL - export large tables
MongoDB
Container
Docker
Podman
Automation
Ansible
Build & Deployment
Jenkins
Language & Toolset
PHP
Mindset
Technical based
Non-technical based
Reference & learning source
Books
English
Powered By
GitBook
MySQL - export large tables
1. Goal
Exporting large tables of MySQL database with showing progress and compression output
2. Implementation
tmux new -s exporting
mysqldump -udevops -pxxxxxx -hhost.xxxx \
dbname table1 table2 table3 | pv | gzip -9 > 3tables.sql.gz
Previous
MySQL - enable slow query log
Next - Database
MongoDB
Last modified
3yr ago