diff options
Diffstat (limited to 'mysql-test/suite/mariabackup/backup_ssl.result')
-rw-r--r-- | mysql-test/suite/mariabackup/backup_ssl.result | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/backup_ssl.result b/mysql-test/suite/mariabackup/backup_ssl.result new file mode 100644 index 00000000..099b8d42 --- /dev/null +++ b/mysql-test/suite/mariabackup/backup_ssl.result @@ -0,0 +1,9 @@ +GRANT ALL PRIVILEGES on *.* TO backup_user IDENTIFIED by 'x' REQUIRE SSL; +FLUSH PRIVILEGES; +# xtrabackup backup +# xtrabackup prepare +# shutdown server +# remove datadir +# xtrabackup move back +# restart +DROP USER backup_user; |