Browse Source

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

Add new new cli to connect to the mysql system
Mark Shust 5 năm trước cách đây
mục cha
commit
fcf56de58a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compose/bin/mysql

+ 2 - 0
compose/bin/mysql

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