Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 00:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Wonder if its possible

Discussion on Wonder if its possible within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Wonder if its possible

To make MySQL make an automatic backup everyday after like say every 30 minutes
then it saves to a certain folder in your comp
can it be done?
Arcotemple:) is offline  
Old 07/23/2009, 10:14   #2
 
elite*gold: 0
Join Date: Jul 2009
Posts: 15
Received Thanks: 0
I bet it can. WHY DONT YOU TRY IT!! xD
I<3tanelipe is offline  
Old 07/23/2009, 10:37   #3
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
lol cuz idk how i would go about trying stuff like that
Arcotemple:) is offline  
Old 07/23/2009, 13:19   #4
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
Quote:
using System.Runtime.InteropServices;

[DllImport("kernel32.dll")]
static extern int GetShortPathName(string longPath, StringBuilder buffer, int bufferSize);



public void Batch()
{
StringBuilder buffer = new StringBuilder(256);
GetShortPathName(Path.GetDirectoryName(MySqlEXEPat h), buffer, buffer.Capacity);
string shortfilename = buffer.ToString();

string BatchFile = @"c:\temp\Batch.bat";
StreamWriter sw = new StreamWriter(BatchFile);
sw.WriteLine("cd " + shortfilename);
sw.WriteLine(@"mysql -uroot -pXXX DB_NAME < C:\TEMP\FILE.SQL");
sw.Flush();
sw.Close();

//IMPORTANT, DO NOT FORGOT THIS
Environment.CurrentDirectory = @"c:\windows\";

Process.Start(BatchFile);

}
Found the script @ google.
_Emme_ is offline  
Thanks
1 User
Old 07/23/2009, 13:25   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
thanks emme you r 1337!
Arcotemple:) is offline  
Reply




All times are GMT +2. The time now is 00:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.