mysql_backup.sh: add comment for backup user MariaDB 10.3.x
This commit is contained in:
		| @@ -62,6 +62,13 @@ | |||||||
| ## - FLUSH PRIVILEGES; | ## - FLUSH PRIVILEGES; | ||||||
| ## - | ## - | ||||||
| ## - | ## - | ||||||
|  | ## - 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')); | ||||||
|  | ## - | ||||||
|  | ## - FLUSH PRIVILEGES; | ||||||
|  | ## -  | ||||||
|  | ## -  | ||||||
| ## - Since Version 5.6, giving password on command line is considered as insecure.  | ## - Since Version 5.6, giving password on command line is considered as insecure.  | ||||||
| ## - To avoid giving the password on command line, you can use an  | ## - To avoid giving the password on command line, you can use an  | ||||||
| ## - encrypted option file instead. | ## - encrypted option file instead. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user