Apply automatic drupal scaffolding updates
This commit is contained in:
parent
ca7b46d5ad
commit
7831090033
6 changed files with 31 additions and 17 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/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 $@
|
Loading…
Add table
Add a link
Reference in a new issue