mysqldump / utf8 (no replies)
hi, I have some trouble dumping and re-importing my sql database and data. I load data with a Perl script into a MySQL database. When quering the data everything looks fine. When dumping the data with...
View ArticleData table format Not correct (1 reply)
Hi, I wanted to transfer my website, one hosting to another. But, problem is database. My website created by wordpress. I can perfectly export my database but, when I try to import on other hosting...
View ArticleInstructions for using mysqldump (no replies)
I would like to use mysqldump. If I go into cmd (I am using Windows) it says 'mysqldump' is not recognized.... If I type in php mysqldump it says Could not open input file: mysqldump I checked the...
View ArticleMySQL Enterprise Backup 4.1: Improved logging messages (no replies)
https://blogs.oracle.com/mysqlenterprisebackup/entry/improved_logging_messages
View ArticleMySQL Enterprise Backup 4.1: Improved Redo Log Copying During Backup (no...
https://blogs.oracle.com/mysqlenterprisebackup/entry/improved_redo_log_copying_during
View ArticleMySQL Enterprise Backup 4.1: Optimistic Incremental Backup (no replies)
https://blogs.oracle.com/mysqlenterprisebackup/entry/optimistic_incremental_backup
View ArticleShould we use mysqldump or mysqlpump? (no replies)
We export an entire database, gz compress the files, transfer to another network, and reload the DB. Currently we use mysqldump and the export took about 2 hours. I noticed that mysqlpump does...
View Articleimporting backup data with events (no replies)
Hi! I dont know if I'm in the right section. Can anyone help me on importing my backup data along with the events? Im using this command to backup my db along with the events: mysqldump --user=root...
View Articlemysqldump: unable to backup database (1 reply)
Hi all, I'm having a problem to backup my database. Error message is shown below. Please advise. This is the error message: MariaDB [db_test]> mysqldump db_test > db_test.sql; ERROR 1064...
View ArticleMysqldump on windows client works but in bat file doesn't (no replies)
Hello, I run the command below in my Windows 7 Enterprise from a cmd environment on my local client and it works. I made a BAT file and when I execute on my local client it fails with mysqldump: Got...
View ArticleBacking up, restoring views in MySQL using Mysql dump (no replies)
Is there anyway of using MySQLDump to backup and restore at a minimum MySQL views at a minimum or ideally backup up data as well?
View Articlemysqldump 4.0.20a latin1 character issues when importing to newer MySQL (no...
I've googled for solution and wasn't able to find anything that works. Basically, I would do a mysqldump from a 4.0.20a server and then try to import into a version 5 server. No matter what...
View ArticleReload of sql dump file failed (2 replies)
Hi, I created a SQL dump using "mysqldump --all-databases --add-drop-database" and transferred it to a backup server. When I tried to import it using the mysql command it failed during the drop of the...
View ArticleContinuous realtime backup on Synology server (no replies)
Hello, I would like to ask: Synology offers a Backup tool. This basicaly syncs all files within the directories you select. Copying them to synology server. If I make a task to backup the whole /Data...
View ArticleMYSQL backup and restore approaches (1 reply)
Hi All, We are an enteprise working on designing a solution for backing up and restoring MySQL. We would later integrate this with Netbackup for storage. Could anyone please suggest the available...
View ArticleDoes --single-transaction apply to all db'es being dumped with mysqldump...
I have 3 databases which need to be kept in sync. They are on the same db server/mysql instance At the moment I do a mysqldump with : --databases db1 db2 db3 --quick --single-transaction Someone has...
View Articlemysqldump - Check backup history (no replies)
Hi All, I am using "mysqldump" command to perform scheduled database backup for 2 production databases. As this is a newer method for us to take backups, earlier we were using "mysqlbackup" (physical...
View Articleoverwriting of database (1 reply)
i have 2 servers,server 1 is used as main backup and server 2 is used as remote backup mysqldump -u root -p db | ssh user@192.**8.0.000 mysql -u root -p copybase i just used the above mysql cmd to...
View Articlemysqlbackup: ERROR: Log scan was only able to reach to 25920574 but a copied...
Hi, I am trying to run an image backup using mysqlbackup version 3.12.0, it runs but then it fails with the following error below: mysqlbackup: ERROR: Log scan was only able to reach to 25920574 but a...
View ArticleMySQL Enterprise Backup with MySQL InnoDB Cluster Best Practice (no replies)
When running three MySQL 5.7.18 Enterprise servers in a MySQL InnoDB Cluster, the MySQL documentation states the best practice is to run the MySQL Enterprise Backup 4.1.0 on a secondary server in the...
View Article