Commit local DDEV configuration

This commit is contained in:
Benjamin Melançon 2019-08-18 12:10:03 -04:00
parent fccb5d6a18
commit b85e8082c3
17 changed files with 361 additions and 0 deletions

9
.ddev/commands/db/mysql Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
## #ddev-generated
## Description: run mysql client in db container
## Usage: mysql [flags] [args]
## Example: "ddev mysql" or "ddev mysql -uroot -proot" or "echo 'SHOW TABLES;' | ddev mysql"
## `ddev mysql --database=mysql -uroot -proot` gets you to the 'mysql' database with root privileges
mysql -udb -pdb $@