Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

I cannot start it up by executing it throught .NET.

 

This works just fine:

Process.Start("\\mySQLDump.exe", "--help");

 

I can see clearly the help menu appear, even if the DOS window closes emidiatly.

 

This works if I type it directly on command window or executing from "Start/execute"

"mySQLDump -u root myDatabase > d:\test"

 

However, the following does not work:

Process.Start("\\mySQLDump.exe", "-u root myDatabase > d:\test");

 

Why? Well I managed to take a screenshot from the DOS (after many tries) with the following message:

 

c:\mysql\bin\mySQLDump.exe: Can't get CREATE TABLE for table '>' (Can't find file '.\myDatabase\>.frm (errno: 22))

 

Where the heck came the "\myDatabase\>.frm"??? And why is it trying to create a table? Also, why is it assuming '>' is a table?...

 

Any piece of info will be incredible welcome no matter how small it might be...

Edited by EFileTahi-A

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...