MySQL Backup Best Practices (no replies)
https://mysql.wisborg.dk/2019/03/31/mysql-backup-best-practices/
View ArticleIncremental and Point in time recovery on MySQL Community Edition (no replies)
Hello All, I am a newbie to the MySQL database and wanted to understand how do we perform the Incremental backups and Point in time recovery on MySQL Community Edition. As far as I read &...
View ArticleBackup vs Replication (no replies)
Hi All, I'm evaluating Backup vs Replication on data recovery for my application. Can anyone suggest me the merits and demerits between these two ? Thanks, Srinivas
View ArticleConfiguring MySQL Full Backup Using Event Scheduler (no replies)
Hello every one, Can we schedule MySQL Full backup in community version, using event scheduler?
View ArticleDatabase's table_rows count increased after import (1 reply)
I'm using mySQL 5.6.23 community server, I just notice some weird behavior what happen everytime I did export & import dump. I notice, after I import the sql dump to a new DB, the table_rows count...
View ArticleMySQL Server Database Backup and recovery problem (no replies)
We are using MySQL Server 8.0 running on window server, we are now designing the Database Backup and recovery strategy. Grateful if any expert can reply below enquiries: 1. Can we just use simple...
View ArticlemySQL Dump & Restore dependency issue (no replies)
I am using mySQL 8.0.16 on MacOS. My application uses functions within Views. When restoring the database into an empty schema it attempts to create the views before the functions which of course then...
View Articlemysql backup error after restore (no replies)
I have succesfully backuped up my database using mysqlback. At a given moment I had to restore it to a backup taken previously. Since then the Database is running with no problem but when I come...
View ArticleMySQL Database Backup (no replies)
Hello Team, Please help me or provide solution for how to take 500 GB Mysql Database BACKUP Without downtime. First time when i take database backup my application is running very slow and when i...
View Articlemysqldump: Got errno 5 on write (no replies)
Hi, myMySQLDump stopped and the error logged in the file is mysqldump: Got errno 5 on write mysqldump -S /data/mysql/3306/data/mysql.sock --single-transaction --master-data=2 --databases xxxxxxx...
View ArticleMySQL Clone Plugin Speed Test (no replies)
MySQL Clone Plugin Speed Test — https://mydbops.wordpress.com/2019/11/14/mysql-clone-plugin-speed-test/
View ArticleMySQL Clone (no replies)
https://www.slideshare.net/GeorgiKodinov/2019-bgoug-autumn-mysql-clone
View Articlemysqldump: Error 2013: Lost connection to MySQL server during query when...
Hi everybody, i read this issue on this forum but i can not fix this error. when i backup my database with mysqldump, this error appear : "mysqldump: Error 2013: Lost connection to MySQL server during...
View ArticleAutomated Database Backup and Restore (4 replies)
HI, I want to completely backup and restore a database. No conditions are requied just back up and restore the database 100%. This has to be automated .. what commands to I use ? I have read about...
View ArticleBack Up MySQL View Definitions (no replies)
https://mysql.wisborg.dk/2019/12/10/back-up-mysql-view-definitions/
View ArticleMySQL backup and restore (no replies)
There is a production database using mySQL 5.7.28 , I know how to use mysqldump to do the backup, but it seems that it isn't a good way to backup a big production database, could you please help me...
View ArticleUnderstanding mysqldump in a bit more detail (1 reply)
I need to restore a slave server, as it got horrendously out of sync with its master. We're talking over a month out of sync, and just restarting the slave won't help, and now the task fell on me, the...
View Articlewill MySQL 5.7 and MySQL 8.0 supports VMWare Site recovery Manager (1 reply)
Need help on, will MySQL 5.7 and MySQL 8.0 supports VMWare Site recovery Manager As we have MySQL running on VMs but need to know the below version supports VMWare SRM MySQL community edition V5.7.28...
View ArticleMySQL Backup system schemas (1 reply)
Hi When we configure backup for MySQL , do we need following schema to backup as a best practise . information_schema, mysql, performance_schema, sys- Q1. In case we need to restore...
View ArticleLost everything (1 reply)
Three days ago I found my database empty and I didn't make a backup. I don't know the reason why it happened. So, in this situation, it's like I lost 3 years of blogging. Is there a possibility to...
View Article