simple sql connection script: just to reduce typing
This commit is contained in:
parent
d54913a26a
commit
b2ef7fd6d1
6
server/src/db_io/scripts/conn.sh
Normal file
6
server/src/db_io/scripts/conn.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Connect to the given db via the .env file we have
|
||||
|
||||
. ./dev/env
|
||||
|
||||
mysql -u $DATABASE_USER -p $DATABASE_NAME -h $DATABASE_HOST
|
Loading…
Reference in New Issue
Block a user