فهرست منبع

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