Explorar o código

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

Add new new cli to connect to the mysql system
Mark Shust %!s(int64=5) %!d(string=hai) anos
pai
achega
fcf56de58a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compose/bin/mysql

+ 2 - 0
compose/bin/mysql

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