From 7df740a22572a2fb314b0baffe04e95a0a26d3f8 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 7 Jul 2020 16:48:58 -0400 Subject: [PATCH] add hex blobbing to mysql plugin --- plugins/mysql.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql.py b/plugins/mysql.py index ae1aa03..40c2418 100644 --- a/plugins/mysql.py +++ b/plugins/mysql.py @@ -33,6 +33,7 @@ class Backup(object): raise OSError(('{0} does not exist!').format(self.cfg)) if not dumpopts: self.dumpopts = ['--routines', + '--hex-blob', '--add-drop-database', '--add-drop-table', '--allow-keywords',