Guest User

Untitled

a guest
Feb 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. root@mysql-backup-5684d4fb9b-9t6dd:/# mysqldump -h 10.0.0.20 --lock-tables --all-databases --single-transaction --user=root --password=secret > all_databases.sql
  2. mysqldump: [Warning] Using a password on the command line interface can be insecure.
  3. mysqldump: Couldn't execute 'SELECT COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"') FROM information_schema.COLUMN_STATISTICS WHERE SCHEMA_NAME = 'mysql' AND TABLE_NAME = 'columns_priv';': Unknown table 'COLUMN_STATISTICS' in information_schema (1109)
Add Comment
Please, Sign In to add comment