Hi everyone,
I’m running percona-xtrabackup in a test environment and I’m getting that weird error :
Here is the full output :
I created a local file percona.cnf with the following line :
datadir = /var/lib/mysql/
Then ran innobackupex :
innobackupex --host=10.10.25.163 --user=percona --password=mypassword --defaults-file=percona.cnf /data/percona/db/
But know I get this :
What can I do ?
Thanks
Xavier C.