Tagged Questions

2
votes
5answers
1k views

Backup MySQL database

I have a MySQL Database of about 1.7GB. I usually back it up using mysqldump and this takes about 2 minutes. However, I would like to know the answers to the following questions: 1) Does mysqldump ...
1
vote
0answers
128 views

Need to modify dbmaintain script to handle mysql syntax change

We use dbmaintain to help automate sql table maintenance in our web service project. I just ran into a tricky issue where an upgrade to version 5.5.8 of mysql resulted in a syntax change that broke ...
1
vote
1answer
935 views

Mysql incremental Backup

Can anyone help me to take incremental backup in mysql. i had some idea about that but it is not cleared in my mind , please give solutions in steps Thanks in advance!!! Riddhi
0
votes
0answers
404 views

Is there Incremental/Differential backup using MySQL [closed]

Is there Incremental/Differential backup using MySQL. If this is available, in which MySQL version this option is present and how to use this option. Thanks In Advance.
0
votes
1answer
256 views

Select incremented integer

I want to know if it's possible to select incremented integer from mysql table? and if it does possible, how can I achieve that? My case is, I have a bunch of data and I need to do INSERT INTO ...
0
votes
2answers
1k views

writing perl script to take mysql incremental backup with mysqldump

I am dealing with an incremental backup solution for a mysql database in centos. I need to write a perl script to take incremental backup. then i will run this script by using crontabs. I am a bit ...
0
votes
2answers
198 views

Incremental SQL dump of mysql

I am using MySql as a development database as well as on the server where my website is hosted. Now everday I punch new data into the database and save it as SQL dump using SQLyog. But when it comes ...