mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 03:14:03 +00:00
Use % for CREATE % GRANT queries
This commit is contained in:
parent
1329356b4b
commit
e6e4548a22
5 changed files with 61 additions and 6 deletions
|
|
@ -30,6 +30,15 @@ services:
|
|||
MYSQL_PASSWORD: password
|
||||
networks:
|
||||
- testnet
|
||||
mysql2:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
MYSQL_DATABASE: main
|
||||
MYSQL_USER: user # redundant
|
||||
MYSQL_PASSWORD: password
|
||||
networks:
|
||||
- testnet
|
||||
postgres:
|
||||
image: postgres:11
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue