Ver Fonte

Merge pull request #227 from dmanners/mysql-bin-command

Add new new cli to connect to the mysql system
Mark Shust há 5 anos atrás
pai
commit
fcf56de58a
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      compose/bin/mysql

+ 2 - 0
compose/bin/mysql

@@ -0,0 +1,2 @@
+#!/bin/bash
+bin/cli mysql -hdb -umagento -pmagento magento "$@"