开发者

how to create an ant task which dumps a mysql dump?

I want to exec开发者_JAVA技巧ute this command mysql -u root -e "source F:\dump.sql" How do i do this with the ant task?


You should use the exec task in Ant.

here is the reference on how to use it

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜