Hi,
I'm testing XtraBackup v2.0.2 with our MySQL v5.1.61 server but the backup appears to abort with the following error:
...
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
innobackupex: Error: Connection to mysql child process (pid=4367) timedout. (Time limit of 900 seconds exceeded. You may adjust time limit by editing the value of parameter "$mysql_response_time
out" in this script.) while waiting for reply to MySQL request: 'FLUSH TABLES WITH READ LOCK;' at /home/foo/percona-xtrabackup-2.0.2/bin/innobackupex line 374.
Any ideas on what could be causing this?
I'm starting the backup with the following command:
innobackupex --user=bkpuser --password=xyz /data/BACKUP/master/mysql1
I'm testing XtraBackup v2.0.2 with our MySQL v5.1.61 server but the backup appears to abort with the following error:
...
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
>> log scanned up to (8 407422566)
innobackupex: Error: Connection to mysql child process (pid=4367) timedout. (Time limit of 900 seconds exceeded. You may adjust time limit by editing the value of parameter "$mysql_response_time
out" in this script.) while waiting for reply to MySQL request: 'FLUSH TABLES WITH READ LOCK;' at /home/foo/percona-xtrabackup-2.0.2/bin/innobackupex line 374.
Any ideas on what could be causing this?
I'm starting the backup with the following command:
innobackupex --user=bkpuser --password=xyz /data/BACKUP/master/mysql1
Comment