Added mysql cli script

This commit is contained in:
Kevin Frantz 2018-09-06 22:47:27 +02:00
parent 14af353747
commit 22bbbb4e89

1
administration/mysql.sh Normal file
View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec db mysql -proot -u root)