소스 검색

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

Add new new cli to connect to the mysql system
Mark Shust 5 년 전
부모
커밋
fcf56de58a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compose/bin/mysql

+ 2 - 0
compose/bin/mysql

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