gangly/datafaker

一直提示zsh: no matches found: mysql+mysqldb

sunjenny24 opened this issue · 0 comments

datafaker git:(master) ✗ datafaker mysql mysql+mysqldb://root:root@localhost:3306/test?charset=utf8 stu 10 --outprint --meta /Users/***/Documents/deploy/datafaker/meta.txt --outspliter ,,

zsh: no matches found: mysql+mysqldb://root:root@localhost:3306/test?charset=utf8

在 ~/.zshrc 上加
setopt no_nomatch
就可以了
image