Backup with mysqldump to csv (1 reply)
Hi, I'm from MSSQL world and I'm not familiarized with MySQL engine but I have questions about MySQL backups - before questions - what I've already learned from MySQL documentation (if I'm wrong then...
View ArticleData Export and Import (2 replies)
I have a table, "Records" which currently has about 3.8M records. It has 55 fields, the largest a varchar(80) with a lot of floats and booleans. It has 10 indexes including the primary. I export it...
View ArticleMySQL Shell Dump & Load and Compression (no replies)
As you could notice, we started with 47GB and finished with 3GB of data, which is a compression of 93% ! https://blogs.oracle.com/mysql/mysql-shell-dump-load-and-compression
View ArticleMySQL shell: the best tool for your logical backups (no replies)
https://dev.to/nejremeslnici/mysql-shell-the-best-tool-for-your-logical-backups-44fk
View ArticleMySQL Database Service: Snapshots for Backup/Restore (no replies)
MySQL Database Service: Snapshots for Backup/Restore — https://blogs.oracle.com/mysql/mysql-database-service%3a-snapshot-your-data-backups —...
View ArticleMySQLDump Restore dead slow (no replies)
I need to do backups of 5 InnoDB databases (5.7 on Windows) and restore them on another server. When I use MySQLDump (or software such as Workbench or SQLBackupandFTP which use MySQLDump), the backup...
View ArticlePoint in time recovery (no replies)
Hi, I would like to know if the MySQL community edition supports point-in-time recovery option for DB restores. Currently mysqldump backups are configured but would like to explore the option of PITR...
View ArticleERROR 2006 (HY000): MySQL server has gone away (1 reply)
Hello MySQL Admins! I have a 88MB dump (typo3 website) that I want to load into my MySQL 5.7 database. Unfortunately it fails with: ERROR 2006 (HY000): MySQL server has gone away I've tried a couple...
View Articlemysqldump couldnt execute flash (1 reply)
Dear All, we are getting mysql backup error below. Currently we are using commvault bacup solution to take the backup please find below error message: Backup of [~pmqconsole~] MySQL database failed....
View ArticleIs it possible to retrieve and restore data files from \Program Files\MySQL...
Hello, If you had a Windows server with MySQL running on it, and the server crashed, and you were unable to log in to the server, would it be possible to retrieve the MySQL data file by transferring...
View ArticleIs it possible to retrieve and restore data files from \Program Files\MySQL...
Hello, I have two questions. First, in a typical installation of MySQL on a Windows server, where are the database files stored? And second, if you had a Windows server with MySQL running on it, and...
View Articlebackup to tape not working for mysql enterprise when sbt library is built...
Hi all, When sbt library, let's say backup.so(to provide --sbt-lib-path for mysqlbackup) is built with openssl(openssl 1.0.2u), I see problems in backup.so during execution. Basically openssl calls...
View ArticleDiskspace Problem When Modifying a Large InnoDB Table in MySQL… and how to...
https://lefred.be/content/diskspace-problem-when-modifying-a-large-innodb-table-in-mysql-and-how-to-solve-it/
View ArticleAbout Enterprise backup/restore/replicate on Innodb cluster environment(s) (1...
Hi, Team We have one (community edition) MySQL innodb cluster, including one primary server and 2 slave servers. In the past one year, the system may hit IO issue about several times, and the IO issue...
View ArticleMySQL 8.0: Logical Backups, Snapshots and PITR like a rockstar (no replies)
MySQL 8.0: Logical Backups, Snapshots and PITR like a rockstar — video + slides: https://fosdem.org/2022/schedule/event/mysql_pitr_rockstar/
View ArticleBackup and restore for views (no replies)
I make extensive use of views in my database, more views than tables. No idea how the backup is handling views, but restore restores the views as tables, with data! This is not how it should work. A...
View ArticleMySQL InnoDB Redo Log Archiving (no replies)
https://lefred.be/content/mysql-innodb-redo-log-archiving/
View ArticleHow can we encrypt mysql backup file? we are using mysqldump for taking...
How can we encrypt mysql backup file? we are using mysqldump for taking remote backup.
View ArticleError on views after restore a backup (no replies)
I am getting backups in the following way: mysqldump --user=$user --password=$password --skip-lock-tables --single-transaction --quick $database > $copia The problem occurs after restore a backup...
View ArticleGetting error while restoring from back up file with Views, Triggers (no...
I'm took the backup of the Sakila database created in the azure cloud and it has some views and triggers as well. While trying to restore that database with other user (non root and with non super...
View ArticleBackup MYSQL database on windows (no replies)
Hi All, I would like to get your suggestion to automate backup of MYSQL database. Overview: I have 40 databases migrated from MSSQL to MYSQL. Total size of all databases is about 60 GB. (single...
View ArticleBackup from Third party tool Micro Focus (no replies)
Hello, We newly build the 3 node innodb cluster. we have configured the backup tool (Micro Focus - Data protector). Mysql EE 8.0.31 with RHEL OS. If we take the backup from root user, getting below...
View ArticleIs there any command to create a db copy from another db MySQL (no replies)
is it possible to create a copy from another db using commant in mysql without using sql file I tried this command mysqldump -u username -p old_database | mysql -u username -p new_database mysqldump:...
View ArticleOpen ibdata1 (no replies)
Hello First of all, excuse me. I am not a computer scientist and I do not speak English, I am using a translator. My question is, I have a copy of a database directory, with the files ibdata1,...
View ArticleMysqldump Taking lot of time - Stored Procedures only (no replies)
Anyone has any idea while taking mysqldump for stored procedure/routines, why Processlist shows "show table status like XXXX(i.e. table_name)? Command Used : mysqldump -f -u root -p --no-tablespaces...
View ArticleBackup website's database via script on local ubuntu pc (1 reply)
Hello there, (how) is it possible to write a script for my local pc (ubuntu) which backups the databases of my extern website? I couldn't find anything on the internet that would help me... Thanks in...
View ArticleHow to copy a MySQL instance ? (no replies)
How to copy a MySQL instance ? - https://blogs.oracle.com/mysql/post/how-to-copy-a-mysql-instance
View Articlerestore with mysqlbackup 8.0.26 problems (no replies)
Hello everyone. Need help please. Backup from previous employer was made with mysqbackup 8.0.26 from enterprise supbscription (meb 8.0.26). Now I don't have this version and official site does not...
View ArticleHow To Use mysqldump in a Docker Container Using Volumes (no replies)
Hi and thanks in advance, I am trying to use mysqldump to backup the data in a MySQL docker container. I was following the docs here:...
View ArticleIs it necessary to backup redo log archive files when using oracle enterpise...
Yes, I saw the article,https://lefred.be/content/mysql-innodb-redo-log-archiving/ When I using oracle enterpise backup, I saw many binlogs been backuped. So, I think we could use mysqlbinlog to backup...
View Article