add access klan
This commit is contained in:
8
app/migrations/0001_grant.sql
Normal file
8
app/migrations/0001_grant.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
/* add read access */
|
||||
GRANT SELECT ON argumentiru.* TO 'newser'@'%' identified by 'Chjk90yuiREY';
|
||||
|
||||
/* add write access */
|
||||
GRANT SELECT, INSERT, UPDATE ON argumentiru.clients TO 'klan'@'%' identified by 'zpFGhyuRty765Jk';
|
||||
GRANT UPDATE ON argumentiru.anbuy TO 'klan'@'%'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user