From ccb72e5ae45dc18f685e370baab3d1a386d9cd6f Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 3 Dec 2018 14:03:37 +0100 Subject: [PATCH] mysql_backup.sh: change comment. --- 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 3848f26..5d8a184 100755 --- a/hosts/scripts/mysql_backup.sh +++ b/hosts/scripts/mysql_backup.sh @@ -39,7 +39,7 @@ ## - is no longer supported ## - INSERT INTO user (Host,User,Select_priv,Super_priv,Process_priv,Lock_tables_priv,Show_view_priv,Event_priv,Execute_priv,ssl_cipher,x509_issuer,x509_subject) VALUES('localhost','backup','Y','Y','Y','Y','Y','Y','Y','','',''); ## - -## - ALTER USER 'backup'@'localhost' IDENTIFIED WITH mysql_native_password BY 'backup'; +## - ALTER USER 'backup'@'localhost' IDENTIFIED BY 'backup'; ## - ## - ## - MariaDB (10.1.x)