diff options
author | Daniel Black <daniel@mariadb.org> | 2021-01-22 16:41:40 +1100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-01-22 16:41:46 +1100 |
commit | 103200b380798e01419c7a27802f093df990f222 (patch) | |
tree | 5d209f7b3b4524499ed5284b139ef21603570e7d | |
parent | 63db583158fd657fff929ef39f8918bf9a4bca3b (diff) | |
download | mariadb-git-103200b380798e01419c7a27802f093df990f222.tar.gz |
MDEV-24557: Logical dump of MySQL users via MariaDB's mariadb-dump generates invalid commands
Clarified working contributed by Vicentiu
-rw-r--r-- | man/mysqldump.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/mysqldump.1 b/man/mysqldump.1 index 097cd1ede20..a7defd8bf47 100644 --- a/man/mysqldump.1 +++ b/man/mysqldump.1 @@ -2285,8 +2285,7 @@ For stats, and timezones, \fB\-\-replace\fR and \fB\-\-insert\-into\fR have the .sp Enabling specific options here will cause the relevant tables in the mysql database to be ignored when dumping the mysql database or \fB\-\-all\-databases\fR\&. .sp -Experimentally this option is designed to be able to dump system information from MySQL-5\&.7 and 8\&.0 servers\&. SQL generated is also -experimentally compatible with MySQL-5\&.7/8\&.0\&. Mappings of implemenation specific grants/plugins isn't always one-to-one however\&. +To help in migrating from MySQL to MariaDB, this option is designed to be able to dump system information from MySQL-5\&.7 and 8\&.0 servers\&. SQL generated is also experimentally compatible with MySQL-5\&.7/8\&.0. Mappings of implementation specific grants/plugins isn't always one-to-one however between MariaDB and MySQL and will require manual changes\&. .sp .RE .RS 4 |