开发者

mysql restore problem with VB.NET

Im trying to restore my mysql db from the dumpfile i have created. This is my code:

Shell(My.Application.Info.DirectoryPath & "\mysql.exe" & " --user=root --database testdb < " & """" & txtRestore.Text & """")

But nothing i开发者_运维知识库s happening; data is not being restored in the db. Please help me in this!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜