Applied ColdFusion fix from Russ. Applied encoding fix for MySQL dump.
This commit is contained in:
parent
6726fc2ff7
commit
cece69f704
4 changed files with 69 additions and 15 deletions
|
@ -622,6 +622,7 @@ namespace WebsitePanel.Providers.Utils
|
|||
ProcessStartInfo startInfo = new ProcessStartInfo(cmd, args);
|
||||
startInfo.WindowStyle = ProcessWindowStyle.Hidden;
|
||||
startInfo.RedirectStandardOutput = true;
|
||||
startInfo.StandardOutputEncoding = Encoding.UTF8;
|
||||
startInfo.UseShellExecute = false;
|
||||
startInfo.CreateNoWindow = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue