MySQL 8.0: Reading the log positions of a snapshot consistently (no replies)
MySQL 8.0: Reading the log positions of a snapshot consistently https://mysqlhighavailability.com/reading-the-log-positions-of-a-snapshot-consistently/
View Articlendb cluster 7.5 incremental backup (no replies)
Hi all, may I ask the ndb cluster 7.5 whether support incremental backup, beside to test full backup restore, I'd like to test PITR I cannot find any binary log from that, even two...
View ArticleRestore compressed mysqlbackup to remote server (1 reply)
Hi, I know how to restore a compressed mysqlbackup to a local server using the following command mysqlbackup --defaults-file=<my.cnf> -uroot --backup-dir=<backupDir>...
View Articlemysqlpump --set-gtid-purged=OFF still adds @SESSION.SQL_LOG_BIN=0; (no replies)
I am using mysqlpump.exe. when I add --set-gtid-purged=OFF as a command line parameter the output still adds SET @SESSION.SQL_LOG_BIN=0; The docs claim that this should be omitted, am I interpreting...
View Articlefull backup from slave, relay logs not purged (no replies)
I have a master/slave replication setup for MySQL 5.7. For a long time I was doing weekly full backups off the master database using mysqldump, and incrementally copying the binary logs. The locking...
View Articlemysqldump crash after VS update (5 replies)
We have MySQL 5.6 installed with Visual Studio 2010 on a Windows 2008 R2 server. The main db user got a dump last week. Monday I patched VS due to a security alert, and I wonder if that update is...
View ArticleImages (.jpg) getting corrupted when i restore the database backup file...
I am storing images in a table having BLOB Column. The issue is, when i take backup it gently goes and create a backup file. When i try to restore the same backup file all IMAGES are not identifiable....
View ArticleSwap usage increased when mysqldump (3 replies)
Hi, is mysqldump keep increasing swap usage ? because my swap usage is increased 10% at the time mysqldump running This is my mysqldump script, it working ! but swap usage is increasing too...
View ArticleBackup and Restore of one or selected database using MySQL enterprise backup...
Hi, Please let me know how to do Backup and Restore of one or selected database using MySQL enterprise backup. Command and GUI , both method will do the work for me. Thanks, Prashant Palo
View Articlemysqlpump fails on sys views (1356) starting Oct. 23 (no replies)
Mysqlpump has worked fine for me for months. There was an apt upgrade to 8.0.13 on October 22, and mysqlpump started failing. The error messages are: mysqlpump: [ERROR] (1356) View...
View Articlemysqldump backup of event (1 reply)
Hello, I took a backup of a database using mysqldump I noticed "event" was not in the dump file. How do I include every objects to backup using mysqldump? Source: MySQL on Windows 5.7.24-log community...
View Articlemysqldump sample 2GB (1 reply)
I am a newbie in MySQL clustering. I've just deployed MySQL clustering. So, I would like to test MySQL Cluster performance. Could community share mysqldump file 2GB to testing Restore & Bakcup...
View ArticleMySQLdump Lock Table (2 replies)
Is possible running backup with mysqldump Without lock table? I tried running mysqldump with --single-transaction=TRUE parameter but Without success. Thanks for all and waiting for feedback
View ArticleMySQL Enterprise Backup Support in InnoDB Cluster 8.0 (no replies)
https://thesubtlepath.com/blog/mysql/enterprise-backup-support-in-innodb-cluster-8-0/
View ArticleMySQL Enterprise Backup on InnoDB Cluster – Member Restore Use Cases (no...
https://thesubtlepath.com/blog/mysql/using-mysql-enterprise-backup-on-innodb-cluster-member-restore-use-cases/
View ArticleMEB 8 (1 reply)
I have backup of X database taken using mysql enterprise backup using tts and -include-table options Is it possible to restore the backup in Y database on the same server.
View ArticleHow to take hot backups of databases n tables (1 reply)
Hi, I want to take hot backups of mysql databases.Tables are InnoDB. I think mysqlhotcopy works for MyISAM tables.So please suggest. And how to schedule that backup? Please suggest. Thanks,
View ArticleHow to backup your InnoDB Cluster ? (no replies)
https://lefred.be/content/how-to-backup-your-innodb-cluster/
View Articlemysqldump: Got errno 2 on write (no replies)
MySQLDump stopped and the error logged in the file is mysqldump: Got errno 2 on write Kindly let me know the reason and how can i fix this issue?
View Articlemysqldump: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1': Unknown...
Im importing data from 5.6 to 5.0 mysql version. mysqldump -h192.168.10.11 -udemodr-ppasswordtest--opt --compress --compatible=no_key_options --log-error=%FileName% --add-drop-table workflow grd_ca|...
View Article