Need to retrieve how many rows were dumped in mysqldump (no replies)
Hello All, i am trying to implement a backup to my innodb database and i am using mysqldump utility so i want to make sure that the dumped data are correct.how can i retrieve the number of rows that...
View ArticleMySQL Admi "start Backup" not enabled (no replies)
I'm using the MySQL Administration GUI tool to perform a backup that ignores some tables (they are caches) I;ve done a full backup recently and all was ok. This time I've created and saved the project...
View ArticleDump Restore Fails on Trigger Code (1 reply)
New to MySQL administration, however, I'm having an issue restoring a database dump to a new server. Source db is 5.1.0, target is 5.1.1. Everything works fine until the restore hits a trigger, then...
View ArticleNew Backup with free antivirus ZenOk!! (1 reply)
hEY GUYS i just discovered a new backup called ZenOk. So far so good, easy backup and love their free antivirus also. The best one I found was ZenOK charging only 34 USD per year for 150 GB of backup...
View ArticleReplication stops while backup (2 replies)
Dear All, I am using Mysql 5.1.47 (64 bit) on CentOS (64 bit). I have implemented replication amongst few servers and also taking backup using cron job script. I noticed that while backup is taking...
View ArticleExpanding Backup File Size Despite Purging (2 replies)
An application that we use at a work site uses Mysql 4.1 (InnoDB) on an OS X.4.10 machine. This db is actually part of a third-party system. The file size of our nightly backup was starting to get...
View ArticleBest way to import MySql data ? (2 replies)
Hi everybody, I have a MySQL Server and currently, i backup my data in several SQL files (one for each database), with export function provided in MySQL Server. But i wonder why i don't export my data...
View Articlereplication mssing records (3 replies)
Hello, I am new to mysql so I hope this is an easy question. I have set up replication on two servers and they update without a problem when both are running. But I was under the impression that if...
View ArticleBackup of indexes (1 reply)
Hi Everyone, How to backup indexes of table during backup of the entire database? I use mysqldump utility to take database backup. Thanks in advance. -- RAVI
View ArticleHow to dump out only changes to certain tables after certain time? (2 replies)
Hi, I need to dump out a few tables from mysql (version 5.045) database. After that I would like to dump out the changes only for those tables. What would be the best way to do it? The reason for...
View ArticleLoad data infile (1 reply)
HI, i want to use file name as variable in load data infile how can i do that ? below is not working ... plz help me SET s1=concat('E:/Backup/data-', DATE_FORMAT(curdate(), '%d-%m-%Y'),'.csv'); LOAD...
View ArticleInnodb HotBackup now only for Mysql Enterprise edition. thoughts? (1 reply)
http://www.innodb.com/products/hot-backup/ Does anyone know of a good product (hopefully free) that can do a hotbackup of large InnoDB databases/tables? I have only had experience with InnoDB...
View Articlemysqldump "one liner" backup (4 replies)
Hi everybody! I'm opening the topic to ask you if there is a way to use mysqldump to create a backup of a database to an .sql file with ALL whitespaces removed, except obviously for those which are...
View ArticleBackup/Restore error (2 replies)
Hi. My HD has 5 bad sectors. These sectors are in 'ibdata1' area. I found in what database the problem was by dumping each database. So, I found the one where 'mysqldump' fails. The database were not...
View Articlemysqldump or save the db file (4 replies)
Hi all, i have to save a copy of 10 database with 784310 record in total for each. Using mysqldump, it takes much much time and i also believe that the process don't stop because it runs for hours but...
View ArticleMySQLDUMP Just INSERT without /* */; (no replies)
(sorry, my english doesn't very well) with this code,. in delphi ShellExecute(Handle, 'open', 'cmd', PChar('/c "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump.exe" -h '+FrmLogin.Edit1.Text+' -u...
View ArticleDatabase backup and replication (6 replies)
Dear All, I am maintaining database of around 14 GB in Mysql 5.1.47 (64 bit) on centos. On the slave server I use shell script to monitor if IO thread and SQL thread of replication slave are running...
View ArticleUpdates while mysqldump is running (no replies)
I have a basic question regarding the behaviour of mysqldump as per design. Will mysql carry out updates (write, change) while the mysqldump is backing-up InnoDB database and tables. It takes 1 hour...
View ArticleMySQL Backup Webinars (2 replies)
Join MySQL backup experts from Zmanda for two webinars dedicated to hot backup of MySQL: MySQL Backup Essentials: During this webinar, we will go over best practices for backing up live MySQL...
View ArticleIncremental backup concentration (no replies)
I've gone thru this and several other forums and am hoping a posting may get results, worth a shot or hours of eye popping code is coming.... Here is the set up, I have mutliple development servers...
View Article