Add comment for MariaDB
This commit is contained in:
parent
76433059ad
commit
bceeb9bbbd
@ -29,6 +29,10 @@
|
|||||||
## - Password field is now: "authentication_string"
|
## - Password field is now: "authentication_string"
|
||||||
## - INSERT INTO user (Host,User,authentication_string,Select_priv,Process_priv,Lock_tables_priv,Show_view_priv,Event_priv,Execute_priv,ssl_cipher,x509_issuer,x509_subject) VALUES('localhost','backup',password('backup'),'Y','Y','Y','Y','Y','Y','','','');
|
## - INSERT INTO user (Host,User,authentication_string,Select_priv,Process_priv,Lock_tables_priv,Show_view_priv,Event_priv,Execute_priv,ssl_cipher,x509_issuer,x509_subject) VALUES('localhost','backup',password('backup'),'Y','Y','Y','Y','Y','Y','','','');
|
||||||
## -
|
## -
|
||||||
|
## - MariaDB (10.1.x)
|
||||||
|
## -
|
||||||
|
## - INSERT INTO user (Host,User,Password,Select_priv,Process_priv,Lock_tables_priv,Show_view_priv,Event_priv,Execute_priv,ssl_cipher,x509_issuer,x509_subject) VALUES('localhost','backup',password('backup'),'Y','Y','Y','Y','Y','Y','','','');
|
||||||
|
## -
|
||||||
## - or if updating from older mysql version:
|
## - or if updating from older mysql version:
|
||||||
## -
|
## -
|
||||||
## - UPDATE user SET Execute_priv = 'Y' WHERE User = 'backup';
|
## - UPDATE user SET Execute_priv = 'Y' WHERE User = 'backup';
|
||||||
|
Loading…
Reference in New Issue
Block a user