开发者

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

开发者 https://www.devze.com 2023-02-22 23:12 出处:网络
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?

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

精彩评论

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