mysqlbackup preparing the backup for restore fails (no replies)
Hello, I'm folloing the instructions from the "MySQL Enterprise Backup 3.12 User's Guide - Chapter 6 Using MySQL Enterprise Backup with Replication" I'm able to take the successful backup from master...
View Articlebackup database Event (no replies)
Hola a Todos estoy tratando de crear un evento que respalde la base de datos, de hecho lo he creado, no tiene errores sin embargo no da resultados, este es el codigo: DELIMITER $$ CREATE...
View ArticlePurging MySQL Backups (no replies)
I am looking for a way to purge mysql backups every 2 weeks. I am using mysql enterprise backup in a windows environment (windows server 2012 r2)..
View ArticleERROR 1146 (42S02) During Database restore. Ver: 5.1.54-community (no replies)
I have a MYSQL server with multiple databases, I use a batch file + task scheduler to back up my databases on daily basis. During restore of one of the database using Mysql Workbench on a new server...
View Articlebackup history (no replies)
Hello, I am using mysql 5.7.14 - MySQL Community Server (GPL). How can I get a backup history of backups done for databases on this server?
View ArticleCross platform backup and restore (no replies)
Hi all, We are running MySQL 5.5 on Solaris 10 and are looking to migrate to CentOS. I am looking whether we can run mysqldump from Solaris and restore the backup file to Linux (on the same version...
View ArticleNot able to create log-bin file (no replies)
i tried to create log-bin with the following code in my.ini [mysqld] log-bin=mysql-bin.0000143 binlog-do-db=new11 but it is not creating mysql-bin.0000143, do guide me on this to achieve the...
View Articlendb_restore fails (no replies)
Hello, I've been trying with intermittent success to restore my ndb_backups to a new cluster. We have a 6 NDB node cluster with 3 API nodes. When I run an ndb_restore, usually the first 2 or 3 node...
View Articleexport using shell execute command (1 reply)
using the shell execution command, the exported database is not storing in the file that we are going to give ...so can you kindly tell me what we need to pass in the parameter of the shell execution...
View ArticleNew install with backup from older version (2 replies)
What is the best way to do a clean install of MySQL 5.6 with data from mysql 5.5.46? My computer (running mysql 5.5.46) just broke down (actualy it started to burn, but that is another story). So I...
View ArticleMySQL Incremental backup (no replies)
Hi, I am new to mysql server,i have database around 200 GB size, Please provide shell script to take incremental backup through mysqldump and binlog Thanks, Sudeep
View ArticleMySQLBACKUP failed (1 reply)
Dears, Im trying to run the below MySQLBACKUP script: /var/lib/mysql/meb-3-7-1-el6-x86-64bit/bin/mysqlbackup --port=3306 --protocol=tcp --user=root --password --with-timestamp...
View ArticleSQL Script to get the queries which are using full table scan (2 replies)
Hi, I am working in a data warehouse environment which is on MySQL. Now we are seeing the performance issues on MySQL and i am new to MySQL performance tuning. I need to get the list of queries which...
View ArticleDump of only one record (3 replies)
I use MYSQLDUMP for backup purposes have have been doing so for years. I just realized that for one table it is only backing up the first record, then goes on to the next table. No error, no message....
View Articlehousekeeping mysql.backup_history and backup_progress tables (no replies)
Hi, I am using mysql enterprise backup to backup mysql database I have one question the tables mysql.backup_history and backup_progress keep growing May I know how I can housekeep those tables thank you
View ArticleImporting backups. (10 replies)
Hello, I run a small minecraft community and therefor use mysql (most used for this game). And with running communities I need backups etc, Now the issue I have is that importing files is extremely...
View ArticleAutomatic Backup Not Working (2 replies)
I'm currently running daily backups manually for my daily backup. I went into the schedule tab of MySQL Administrator to try and set up a daily backup which was not successful. Aside from the settings...
View Articlemysqldump and binlog (no replies)
I am new to mysql server,i have database around 200 GB size, Please provide shell script to take incremental backup through mysqldump and binlog Thanks, Josh Davidson
View Article