mysqldump --opt <database> | gzip -c | ssh user@wherever 'cat > /tmp/yourfile.sql.gz'
You can’t use tar in a pipe like this, and you don’t need it anyway, as you’re only outputting a single file. tar is only useful if you have multiple files.
Related Posts:
- gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
- How do I load a sql.gz file to my database? (importing)
- MySQL Error: : ‘Access denied for user ‘root’@’localhost’
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- Can’t connect to local MySQL server through socket ‘/var/mysql/mysql.sock’ (38)
- ERROR 1698 (28000): Access denied for user ‘root’@’localhost’
- How do I restore a dump file from mysqldump?
- ERROR 1698 (28000): Access denied for user ‘root’@’localhost’
- When to use SELECT … FOR UPDATE?
- ERROR 1396 (HY000): Operation CREATE USER failed for ‘jack’@’localhost’
- Create a new database with MySQL Workbench
- Getting “Lock wait timeout exceeded; try restarting transaction” even though I’m not using a transaction
- Search for all occurrences of a string in a mysql database
- #1045 – Access denied for user ‘root’@’localhost’ (using password: YES)
- How to convert a string to date in MySQL?
- MySQL COUNT DISTINCT
- How to update a record using sequelize for node?
- Can’t open the mysql.plugin table. Please run mysql_upgrade to create it
- Convert MySQL to SQlite [closed]
- Create a temporary table in a SELECT statement without a separate CREATE TABLE
- Convert partially non-numeric text into number in MySQL query
- MySql: is it possible to ‘SUM IF’ or to ‘COUNT IF’?
- tar: add all files and directories in current directory INCLUDING .svn and so on
- MySQL: What’s the difference between float and double?
- How can I search (case-insensitive) in a column using LIKE wildcard?
- Dump all tables in CSV format using ‘mysqldump’
- MySQL Select Multiple VALUES
- SQL – IF EXISTS UPDATE ELSE INSERT INTO
- How to unblock with mysqladmin flush hosts
- Node.js MySQL – Error: connect ECONNREFUSED
- MySQL: Cloning a MySQL database on the same MySql instance
- mysqldump data only
- Solution to “subquery returns more than 1 row” error
- PHP date() format when inserting into datetime in MySQL
- MySQL Error #1071 – Specified key was too long; max key length is 767 bytes
- How To have Dynamic SQL in MySQL Stored Procedure
- MySQL – UPDATE query with LIMIT
- MySQL said: Documentation #1045 – Access denied for user ‘root’@’localhost’ (using password: NO)
- What SQL Query to do a simple find and replace
- Scanning Database for malicious Data
- how to refresh wordpress permalink settings? (without admin panel)
- Ordering posts by day (not time) AND meta value
- wpdb->prepare function remove single quote for %s in SQL statment
- Problems with DBDelta with FOREIGN key?
- Alternative to mysql_real_escape_string
- Is it useful to turn on MySQL query cache for performance
- Programmatically changing role information; editing role name and deleting
- How to remove ‘GROUP BY’ from SQL query produced from get_posts?
- Search and replace in post content
- MySQL LIKE not working
- How to add 2 hours to the wordpress time formed with current_time(“mysql”, false)?
- wpdb insert and boolean fields
- WordPress installation on valet php 8 (PHP Fatal error: Uncaught mysqli_sql_exception Table ‘wp_options’ doesn’t exist in wp-includes/wp-db.php:2056)
- What are the issues associated with upgrading MySQL for WordPress?
- How to find meta entries with their posts missing via SQL?
- Why doesn’t this code add a table to my database?
- SQL database export-import
- Mysql SELECT posts
- How do I get create a custom table showing the hours remaining for all customers in one page from this transactions page?
- #1115 – Unknown character set: ‘utf8mb4’
- Visual/Text Editor displays blank pages in WP-Admin- but HTML on client side displays correctly
- How to add a private user page populated from sql?
- Slow wp-admin due to “SELECT DISTINCT post_mime_type FROM wp_posts WHERE post_type = ‘attachment'”
- Which is better and faster ? WordPress Queries or SQL Query
- Using WPDB->Insert()
- Active DB queries in WordPress?
- Changing MySQL password via WHM – does this affect WordPress?
- Run Username SQL Query from WordPress Child Theme Functions File
- SQL syntax error. However, it works normally at phpmyadmin
- string literals in query
- MySQL query for taxonomy-meta
- Editing mysql tables/database with wordpress or other app/cms
- Create pages from MySQL database
- Sql – Search with serialized Data / better database concept
- WordPress unescape text on mysql?
- Getting data from Mysql Table..confusing
- Exporting completed webiste for another server
- SQL Statement – Mass Delete Custom Post Types
- Ubuntu 12.04, Nginx and MySQL issue with WordPress Database
- Pull post name from value of a specific meta key
- PHP variables in mysql query
- latency problems with wordpress install (from SQL import)
- mysql – Delete keyword with link from wordpress post database
- Creating dynamic content and pages for 1000’s of locations
- Remove duplicate media entries from mysql database
- mysqli_sql_exception: Unknown column ‘wp_’ in ‘field list’ PHP 8
- In a MySQL query, one of the columns in the LEFT JOIN returns “Unknown column”
- DB option update with wp-cli
- Find locations of all featured images of draft posts via SQL
- wpdb insert into point column in db
- 403 Forbidden home on localhost with nginx server
- WPDB delivers wrong results from complex queries
- How to change link in all posts?
- #1115 – Unknown character set: ‘utf8mb4’
- get_results suddenly not working on a single table
- Get data from 3rd table
- “Error 1064” when importing msql database after updating wordpress version to 4.2.1
- Why can’t I connect to imported WP DB on local MAMP?
- Need SQL query to find&replace image URL
- Postgres equivalent to MySQL’s \G?