mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
b5615eff0d
Idea comes from MySQL which does something similar
10 lines
164 B
Text
10 lines
164 B
Text
# xtrabackup backup
|
|
# xtrabackup prepare
|
|
# shutdown server
|
|
# remove datadir
|
|
# xtrabackup move back
|
|
# restart
|
|
SELECT COUNT(*) from t1;
|
|
COUNT(*)
|
|
10000
|
|
DROP TABLE t1;
|