automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
9
server/datasets/user-shinobi-create.sql
Normal file
9
server/datasets/user-shinobi-create.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
CREATE USER 'shinobi'@'%' IDENTIFIED BY 'shinobi';
|
||||
|
||||
GRANT SELECT ON MONACO_MOTORS.* TO 'shinobi'@'%' IDENTIFIED BY 'shinobi';
|
||||
|
||||
GRANT SELECT ON LOCAL_REAL_ESTATE.* TO 'shinobi'@'%' IDENTIFIED BY 'shinobi';
|
||||
|
||||
GRANT SELECT ON MEGA_MART_GROCERY.* TO 'shinobi'@'%' IDENTIFIED BY 'shinobi';
|
||||
|
||||
Reference in New Issue
Block a user