mysql_backup.sh: a minor change.

This commit is contained in:
Christoph 2020-04-17 11:48:53 +02:00
parent bfa298ce23
commit 25ff5a6ebd

View File

@ -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;
## -