Tagged Questions
0
votes
0answers
5 views
how to verify mysql backup file [migrated]
Is There any tool to verify the backup taken using mysqldump without manual restoration ?
I have to take full backup daily so it is difficult for me to verify the backups daily by restoring them. As ...
0
votes
0answers
15 views
Backup a mysql database with a large number of tables (>100,000)
I know, really bad database design, but here we are, I have some kind of forum platform (Based on PunBB) and for each forum, I've generated a new set of tables. Really bad idea.
Time has passed and ...
0
votes
1answer
24 views
Error backup sql database but succeed creating database dump file
I tried this following code to backup mysql database into file and it works perfectly create the .sql file I need.
function backup_tables()
{
$host='localhost';
$user='root';
$pass='';
...
1
vote
1answer
36 views
Backup/Restore issue with mysqldump (table with URLs)
I have a MySQL that that primarily has innodb tables. I did back up using mysqldump, phpmyadmin, and by saving the files in /var/lib/mysql.
When I try to restore them now, all the tables are restored ...
0
votes
0answers
29 views
Extract specific data from full mysqldump backup
I am making regular backups of my MySQL database with mysqldump. This gives me a .sql file with CREATE TABLE and INSERT statements, allowing me to restore my database on demand. However, I have yet to ...
0
votes
0answers
65 views
Non-blocking automatic MariaDB backup to remote host
I'm looking for a non-blocking automated backup solution for MariaDB. I considering Percona's XtraBackup.
Are there any other options to consider for my purpose?
Are there other options for ...
0
votes
1answer
69 views
mysqldump with create database line
I'm in the process of moving my files onto another computer, and one thing I would like to do is to transfer the data in my MySQL database. I want to dump the databases into .sql files, but also have ...
0
votes
2answers
83 views
MySQL backup process slowing down inserts and updates
Currently i am using the mysqldump program to create backups, below is an example of how i run it.
mysqldump --opt --skip-lock-tables --single-transaction --add-drop-database
--no-autocommit -u user ...
-1
votes
1answer
114 views
Creating TAR file reading standard output [closed]
I'm trying to get into tar file the stdout generated from Mysqldump:
mdm@deb606:~$ mysqldump --opt test1 -u root -ppassword | tar -czf example.tar.gz
doesn't work.
At the moment I've temporary ...
0
votes
0answers
58 views
MySQL backups with ZRM, and “flush tables with read lock”
Two-part question...
I have Zmanda ZRM for backing up databases, which in most cases works great. However I've noticed one database in particular where the backup is blocking with "FLUSH TABLES WITH ...
0
votes
3answers
383 views
mysqldump is not dumping any table
I can't manage to backup my MySQL database. I use the following command:
mysqldump --user=user --password=password db > db.sql
This is what the output file looks like:
-- MySQL dump 10.11
--
-- ...
0
votes
2answers
110 views
TAR doesn't work properly with the crontab
First of all, I'm saying that it doesn't work properly with the crontab because when I run the script manually it works fine.
The problem is that when I run the backup script with the cronjob and... ...
0
votes
1answer
108 views
Runing mysqldump from java code won't dump triggers
This is how i make mysql dumps from java
public static boolean mysqlDump(String destination){
File back=new File("tempsdfsdf.fdr");
Runtime rt = Runtime.getRuntime();
FileWriter fw=null;
try {
...
1
vote
2answers
769 views
mysqldump table per *.sql file batch script
I have done some digging around and I can not find a way to make mysqldump create a file per table. I have about 100 tables (and growing) that I would like to be dumped into separate files without ...
0
votes
1answer
258 views
MySQL Backup Script in Bash
REF http://www.rsnapshot.org/howto/1.2/rsnapshot-HOWTO.en.html
4.3.9. backup_script
I need to backup ALL the mysql databases by dynamically should new ones be created. Is there an ideal way to do ...
0
votes
1answer
236 views
will show table status display exact rows in the table?
I have a table in DB and it is approx 90 GB in space. I tried to count no of rows in the table
select count(idNewsNotification) from notification and it resulted
4982397
1 row in set (59 min 48.35 ...
0
votes
1answer
195 views
unexpected end of file error in mysqldump via php script
I am just using mysqldump from php script , but it gives error saying unexpected end of file.
Please help , am stuck up.
**Error:**
sh: -c: line 1: syntax error: unexpected end of file
...
1
vote
1answer
945 views
mysqldump via SSH tunnel
I have a server setup as follows:
webserver (gateway machine, accessible from the Internet via SSH)
dbserver (database server, not accessible from the web)
My goal is to use mysqldump to pull a ...
1
vote
1answer
208 views
mysqldump file imports slowly compared to phpmyadmin file
I have a large mySQL database that I backup each night via a cron job:
/usr/bin/mysqldump --opt USERNAME -e -h SERVERNAME -uUSER -pPASSWORD > /home/DIRECTORY/backup.sql
It is working well - ...
1
vote
1answer
988 views
run my sql dump in terminal
so I have can create a dump
/Applications/MAMP/Library/bin/mysqldump -u admin -p testsite > yourdump.sql
but how do I run this on another mac in terminal?
0
votes
1answer
405 views
mysqldump command to replicate backup created by MySQL Administrator
I am in charge of managing database backups for a MySQL database. This is something that I have not had to do in the past, and I am working toward a system of automatic backups that are compressed ...
0
votes
2answers
321 views
mysqldump with single tables much slower than with --all-databases
I use two different ways to backup my mysql database. mysqldump with --all-databases is much faster and has a far better performance than a loop with to dump every database in a single file. Why? ...
1
vote
2answers
215 views
How to get mysql back up tables starting with specific letter?
I have bulk data of 2 gb on mysql server and I want to get backup of it.
I tried using mysqldump -u root newspress > /tmp/newspress.sql
But to download from server to my local machine it take ...
0
votes
1answer
520 views
How to restore a slave from a mysql backup?
I'm running MySql 5.1. I have Master and a Slave on 2 machines and I set up replication.
I do periodic backup on my slave server. I stop mysql, I copy all the files and I restart mysql.
In case I ...
4
votes
1answer
1k views
create MySQL dump in pure PHP5
I'm creating a backup script for my project, which will be executed via cron.
Right now I'm using:
<?php
include("config.php");
/* Misc */
$pathtobackup = realpath('.');
$backupfolder = ...
1
vote
5answers
2k views
mysqldump with db in a separate file
I'm writing a single line command that backups all databases into their respective names instead using of dumping all in one sql.
Eg: db1 get saved to db1.sql and db2 gets saved to db2.sql
So far, ...
0
votes
1answer
130 views
Conditionally importing a mysql dump file through mysqldump or phpmyadmin
I have an sql back up file for two full fields (ID, and COUNT) from a table (CATEGORIES) and I need to import them into another identical table on another backup database where COUNT is currently ...
0
votes
2answers
298 views
automation : Script to take a mysqldump into a file named by date/time of backup
I tried fabric with a '>' in the command string. It always gives out an error code 2. Currently dabbling with subprocess.call, subprocess.check_output and keeping stdout="filesocket". Not working. The ...
0
votes
1answer
208 views
Can someone explain this backup script to me?
I have a batch file for making a backup of my mysqldump, this works. But I don't understand the code. can someone, explain this to me.
for /f "tokens=1" %%i in ('date /t') do set DATE_DOW=%%i
for /f ...
2
votes
1answer
1k views
Restoring a .bz2 Mysql Backup?
I've tried doing my research on this, found this website: http://www.lullabot.com/blog/importexport-large-mysql-databases and still am confused as to why this isn't working like it should. I'm trying ...
0
votes
2answers
291 views
updating Mysqldump file
Is there a way to update a mysqldump file?
Let's say I created a dump file for a table that archive the data over 3 month old and remove those archived records from the original records. And I want to ...
0
votes
1answer
349 views
I cannot integrate with mysqldump.exe on java
Am trying to backup MySQL database via mysqldump utility attached with MySQL. My code is on JAVA.But it returns nothing so i cannot backup the database. Here is the function used to do that :
public ...
3
votes
3answers
5k views
How to skip row when importing bad MySQL dump
Given bad mysqldump that causes error on import:
namtar backups # mysql -p < 2010-12-01.sql
Enter password:
ERROR 1062 (23000) at line 8020: Duplicate entry 'l�he?' for key 'wrd_txt'
Is there ...
0
votes
0answers
273 views
how to check the mysql database backup? [closed]
I config the cron to dump my mysql database.But I have no idea whether the backup can be restored or not? I found some of my backups are broken that mysqldump created.
-1
votes
1answer
209 views
Can't dump mysql backup file [closed]
I have created a backup of my database and now I want to dump it in to my local machine. My machine is linux machine and I have th eroot password for machine. I tried to dump the in to my local backup ...
0
votes
2answers
348 views
MySQL DB Backup - Secure way
I want to schedule a cron job that either uses mysqldump directly, or calls a script that does the mysqldump. My question is since mysqldump requires a password to be supplied, is it secure to do ...
0
votes
1answer
4k views
mysqldump vs innodb hot-backup
I need to perform a backup of entire innodb-database into local file with possibility to restore data from it. Currently I use MySQL Community Edition, but it doesn’t have innodb hot-backup features.
...
9
votes
5answers
2k views
MySQL database backup: performance issues
Folks,
I'm trying to set up a regular backup of a rather large production database (half a gig) that has both InnoDB and MyISAM tables. I've been using mysqldump so far, but I find that it's taking ...
2
votes
2answers
1k views
Send mysql dump to amazon S3 [closed]
I want to do a simple full backup of my mysql database to S3 once or twice a day. So I can execute mysqldump in a cron task. What's the easiest way to send that dump to amazon S3?
3
votes
3answers
1k views
is it possible to “backup” row/table with mysqldump or whatever
Suppose a row (several rows) or table in database. Can I backup them, to restore as quick as possible only them if the rows/table will be corrupted.
thank you in advance!
2
votes
1answer
4k views
mysql auto backup on windows
Is there any software or tools that can regular auto backup mysql database every few hours?
It should backup on local hardisk and also to a different server via FTP?
Im using mySQL (Wamp) on ...
3
votes
3answers
3k views
How can I slow down a MySQL dump as to not affect current load on the server?
While doing a MySQL dump is easy enough, I have a live dedicated MySQL server that I am wanting to setup replication on. To do this, I need dumps of the databases to import to my replication slave.
...
4
votes
2answers
3k views
MySQL restoring a database via mysqldump - Does it overwrite the different destination tables?
I am using mysqldump to backup a database containing several tables (say tables D, E, F). I use the following command: mysqldump -uuser -ppassword SourceDatabase > file.sql to backup these tables.
I ...
-1
votes
1answer
1k views
Mysqldump by date range or first X entries?
If I have a large database with hundreds of tables, and I only want to mysqldump the data from the first month, how would I do that?
Also acceptable would be the first X entries in the DB.
Thanks
3
votes
1answer
1k views
Ideal mysqldump options for backups
I'm creating a backup script for our database servers, and thought I'd ask if there are any preferred options to include with mysqldump. The script will be called from cron every 6-24 hours.
We use ...
0
votes
1answer
62 views
MySQL database cannot be retrieved using dump
I tried to retrieve a MySQL database in my localhost using the database dump of my real live MySQL database (which is in production and doing well). I used MySQL Administrator visual interface for ...
1
vote
1answer
582 views
Mysql backup strategy
I was wondering whats the best way to backup MySQL (v5.1.x) data -
creating mysql data dir archive
use mysqldump
What are the pro/cons for the above? I am guessing mysqldump has some performance ...
16
votes
4answers
3k views
Is it viable to handle MySQL backups with git?
Today I had this really neat idea for backing up my database: put the dump file in a git repository, then commit on each dump so that I have both the most recent copy, but can easily roll back to any ...
0
votes
1answer
903 views
MySQL - how to backup database to a different server?
I have 2 databases with MyISAM tables which are updated once a week. They are quite big in size (one DB is 2GB and the other is 6GB). I currently back them up once a week with mysqldump and keep the ...
0
votes
1answer
350 views
Restore of MySQL Backup just stuck
I have a with mysqldumb created backup file. It's about 15GB and contains a lot of blobs. Max size per blob is 30MB.
mysqldump -uuser -ppass --compress --quick --skip-opt supertext > ...

