Compare commits
1 Commits
6c26ce6588
...
92a412135a
Author | SHA1 | Date | |
---|---|---|---|
92a412135a |
@ -16,4 +16,5 @@ Q3="GRANT ALL PRIVILEGES ON $1.* TO $2@localhost;"
|
||||
Q4="FLUSH PRIVILEGES;"
|
||||
SQL="${Q1}${Q2}${Q3}${Q4}"
|
||||
|
||||
|
||||
$MYSQL -uroot -p -e "$SQL"
|
||||
|
Loading…
Reference in New Issue
Block a user