add progression
This commit is contained in:
3
_baseScripts/create user.sql
Normal file
3
_baseScripts/create user.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
create user 'appcontrib'@'%' identified by 'abc123';
|
||||
grant all on contribV2.* to 'appcontrib'@'%';
|
||||
flush privileges;
|
||||
Reference in New Issue
Block a user