mysqldump: Dump a single database table to a file
Jul 28, 2020 19:30 · 7 words · 1 minute read
mysqldump --single-transaction --set-gtid-purged=OFF <DATABASE> <TABLE> > <FILENAME>
- You are in control
- My Favorite Shortcuts for VS Code
- Customizing my shell: From bash to zsh to fish
- JSON5: JSON with comments (and more!)
- jq: Analyzing JSON data on the command line
- Get Total Directory Size via Command Line
- Changing DNS server for Huawei LTE router
- Notes on Job & Career Development
- Adding full-text search to a static site (= no backend needed)
- Generating a random string on Linux & macOS