mysql-backup Questions
16
Solved
I want to keep a backup of all my MySQL databases. I have more than 100 MySQL databases. I want to export all of them at the same time and again import all of them into my MySQL server at once. How...
Andryc asked 29/2, 2012 at 11:3
7
currently im trying to make backup and restore mysql database in my laravel project. I am using this laravel package https://github.com/backup-manager/laravel for backup package. i already follow t...
Carbonize asked 11/7, 2015 at 7:14
4
I would like to use mysqlbackup to do incremental backups. However I can't figure out how to install it.
I have mysql-server installed. The documentation (http://dev.mysql.com/doc/mysql-enterprise...
Becki asked 29/8, 2015 at 20:36
2
Solved
I want to take regular backups of some tables in my mysql database using <insert favorite PHP framework here> / plain php / my second favorite language. I want it to be automated so that the ...
Counselor asked 12/8, 2016 at 10:49
1
Solved
I have hosted my MySql Database on Amazon RDS on my Production Instance. I have another RDS instance for Development purpose. Now I am looking for best/fastest way to restore database backup/snapsh...
Paez asked 25/6, 2014 at 6:32
1
Solved
I am using mysql database. I am using mysqldump to create a dump of my database. I want the database to be dumped such that there is a drop database if exists command followed by create database co...
Empathize asked 10/2, 2012 at 5:25
1
Solved
I am converting a whole server to use Barracuda file format and dynamic row format. Here's what I did:
full mysqldump
configured *innodb_file_per_table = 1* and *innodb_file_format=barracuda*
res...
Zia asked 23/11, 2011 at 14:38
1
© 2022 - 2024 — McMap. All rights reserved.