If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How To Take Backup Through Batch File

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-02-06, 07:04
doubtsdb doubtsdb is offline
Registered User
 
Join Date: May 2005
Posts: 13
How To Take Backup Through Batch File

Hi All

Kindly Suggest Me a way to take Backup of Mysql Database Through Batch File.

The Batch File i create would be called from Delphi Applications.

If any one have got Success in doing so , kindly help me out.

Thanks in Advance

Regards

Balu
Reply With Quote
  #2 (permalink)  
Old 03-03-06, 12:46
Ida Hoe Ida Hoe is offline
Registered User
 
Join Date: Aug 2003
Location: West
Posts: 98
Reply With Quote
  #3 (permalink)  
Old 11-03-11, 11:31
alejandroarauz alejandroarauz is offline
Registered User
 
Join Date: Nov 2011
Posts: 3
task schedule

Here is an example of the batch file I use:

mysqldump --opt --host=localhost --user=myUser --password=myPass --result-file=C:\Backups\myBackupFile.sql myDatabase

Once you have the batch file you can create an scheduled task with the Windows Task Manager to automatize this process
Reply With Quote
  #4 (permalink)  
Old 11-03-11, 13:21
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
alejandro, thanks for your effort, but please do not revive a thread that has been dead for so many years

the original poster is surely not still waiting over five years for an answer, and if there's anyone else who has a question about mysql backups, we want them to start a new thread
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On