浏览代码

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 "$@"