All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
10 lines
286 B
SQL
10 lines
286 B
SQL
|
|
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';
|
|
|