automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 20:09:07 -04:00
parent 369a53a696
commit 7959381771
2 changed files with 8 additions and 3 deletions

View File

@@ -19,9 +19,9 @@ services:
- 3306:3306 - 3306:3306
volumes: ## volumes:
##
- /tmp/volumes/academy/database:/var/lib/mysql ## - /tmp/volumes/academy/database:/var/lib/mysql
environment: environment:

View File

@@ -2,3 +2,8 @@
CREATE USER 'shinobi'@'%' IDENTIFIED BY 'shinobi'; CREATE USER 'shinobi'@'%' IDENTIFIED BY 'shinobi';
GRANT SELECT ON MONACO_MOTORS.* TO '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';