•MySQL Server has stopped working. Windows is checking for a solution to the...
Hi, We created a PowerShell script to restore a MySQL database from a database dump file (.sql file). Halfway through, the script always results in an error: •MySQL Server has stopped working. Windows...
View ArticleAbout blob and hex number in mysqldump. (no replies)
I'm currently working for a mysql-to-sqlite script. Mysqldump is used to generate dump sql, which then is converted into sqlite-compatible version. And I run into a problem about blob. Since it...
View ArticleIs MYSQLPUMP going to replace MySQLdump (1 reply)
Hello, Request to please let us know, whether mysqlpump is going to replace mysqldump ? Regards, Shadab Khan
View ArticleAvoiding database name in MySQLPump utility (no replies)
Hello Team, Is there any way you can avoid database's name in the MySQL Pump utility ? Since when I took the export of the database, it shows database_name.table_name and create issues while...
View ArticlePoint in time restore - many bin logs files (1 reply)
Scenario: database: db1 table: T1 logical backup: daily 1:00 binary-log: Enable - Let's say there are 400 files (bin.000001....bin.000400) How can restore T1 to a point-in-time? Let's say T1 started...
View Articlebackup stops (1 reply)
Do you know how to find out why my backup process stops. Sometimes it back ups 85 databases, sometimes 70, sometimes 35.
View Articlecompatibility issues of server and tools (3 replies)
It is recommended you upgrade your local MySQL client programs, including mysqldump, to a version equal to or newer than that of the target server otherwise some features might not be backed up...
View Articlehave client tools(mysqldump) packaged without having to install complete...
Is it possible to have client tools without having to install complete server.And what are the dependencies or requirement for mysql dump to successfully recover and backup database.
View ArticleDDL statements during a mysqldump backup execution (no replies)
The official documentation of MySQL suggests that we use the --single-transaction for Innodb tables but with that DDL statements (like ALTER TABLE, CREATE TABLE, DROP TABLE, RENAME TABLE, TRUNCATE...
View ArticleEnterprise backup and PIT, LSN to timestamp (2 replies)
Hello, I've an actual full backup via integration of incremental backups, done by enterprise backup. Restoring this was done. But how do I identify timestamp or position in binlog to load delta?...
View ArticleMysql restore on windows 1o (1 reply)
Hi, i am using mysql enterprise backup for my database backup but i am finding difficult to restore the database, can anybody help me on this. mysql is working on windows 10.
View ArticlePainfully slow import (10 replies)
I have a 83GB compressed .sql.gz file that I'm importing. The DB size on the source server (the size of the folder) was 240GB. I'm importing it on a Amazon cloud server, with 2CPUs, 4GM RAM and SSD...
View ArticleTaking Filesystem Backup on Running VM (1 reply)
We would like to use Azure Site Recovery to take full file-system backup of our Windows VMs that are running MySQL Server. A few questions came up that we couldn't find an answer anywhere: 1. Does...
View ArticleVerifying Integrity of Databases (1 reply)
What are the best tools/methods for verifying integrity of restored databases? Our planned backup process looks like this: 1. Master server sends data to Slave server. 2. MySQL Server process on Slave...
View ArticleMysqlbackup 8.0.19 with backup-to-image option fails on file backup-auto.cnf...
I'm using MySQL Enterprise Backup Ver 8.0.19-commercial for Linux, running the mysqlbackup command-line tool. I would like to create a single image file backup and am using the backup-to-image option,...
View ArticleHow to Restore Selected Table/Schema from full backup using MySQL Enterprise...
https://mysqlsolutionsarchitect.blogspot.com/2020/08/how-to-restore-selected-tableschema.html
View ArticleMySql 8.0 Restore (no replies)
I need create a script on powershell, twice on a day, restore production schema dump on test schema. I would like to take last dump created for restore operation I've writed this `$DumpPath...
View Articlemysqldump: Error 2013: (2 replies)
Hello All, I am use Prestashop. am create a script for auto backup of whole database of my site but from last few given this error and backup terminate at this table. mysqldump: Error 2013: Lost...
View ArticleCreate a Cloud Backup with MySQL Enterprise Backup (no replies)
http://dasini.net/blog/2020/12/10/create-a-cloud-backup-with-mysql-enterprise-backup/
View ArticleAuto backup using mysqldump not working. (no replies)
After upgrading from 8.0.18 to 8.0.20 we had to manually set binary-as-hex to false in the /etc/my.cnf file for AES_Encryption and decryption as follows to function properly. Below is the addition...
View Article