mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
f98496da96
The reason is the missing HAVE_OPENSSL define for mariabackup.
9 lines
231 B
Text
9 lines
231 B
Text
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 server
|
|
DROP USER backup_user;
|