From 25ff5a6ebd38dfc3343d3005f44925b68f082c4f Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 17 Apr 2020 11:48:53 +0200 Subject: [PATCH] mysql_backup.sh: a minor change. --- hosts/scripts/mysql_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/scripts/mysql_backup.sh b/hosts/scripts/mysql_backup.sh index 5037148..05a5778 100755 --- a/hosts/scripts/mysql_backup.sh +++ b/hosts/scripts/mysql_backup.sh @@ -64,7 +64,7 @@ ## - ## - MariaDB (10.3.x) ## - -## - INSERT INTO user (Host,User,Password,Select_priv,Super_priv,Process_priv,Lock_tables_priv,Show_view_priv,Event_priv,Execute_priv,ssl_cipher,x509_issuer,x509_subject,authentication_string) VALUES('localhost','backup',password('backup'),'Y','Y','Y','Y','Y','Y','Y','','','',password('backup')); +## - INSERT INTO user (Host,User,Password,Select_priv,Super_priv,Process_priv,Lock_tables_priv,Show_view_priv,Event_priv,Execute_priv,ssl_cipher,x509_issuer,x509_subject,authentication_string) VALUES('localhost','backup',password('backup'),'Y','Y','Y','Y','Y','Y','Y','','','',''); ## - ## - FLUSH PRIVILEGES; ## -