« Return to Thread: Backup: Copy MYSQL Directory or use MysqlDump

Re: Backup: Copy MYSQL Directory or use MysqlDump

by Alex Arul Lurthu-2 :: Rate this Message:

Reply to Author | View in Thread

Hi,

MySQL Dump is logical. Hence it is mostly slower than locking the MyISAM
tables and copying them or shutting down the server and taring the entire
MySQL directory if you are using innodb. If you are using innodb tables only
you can run mysqldump with --single-transaction option to take a consistent
backup even when the server is running. Hence both has advantages and
disadvantages. It will more of depend on your use case.

Thanks
Alex

On 1/23/07, ViSolve DB Team <mysqlsupport@...> wrote:

>
> Hi,
>
> Hope I have faced this:
>
> If we copy the files with 'cp' command, the permissions will not be
> retained.  You have to assign it on restoring.  But in the mysqldump
> utility, everything are retained as it is.  Hope, mysqldump utility
> provides
> more options related to db than that of 'cp' command.
>
> Thanks
> Visolve DB Team.
> ----- Original Message -----
> From: "altendew" <andrew@...>
> To: <mysql@...>
> Sent: Tuesday, January 23, 2007 6:10 AM
> Subject: Backup: Copy MYSQL Directory or use MysqlDump
>
>
> >
> > I want to create a backup for my MySQL database every single night.
> >
> > I am currently running on a linux box. I have a backup drive located as
> > /backup
> >
> > Would it be more effecient to use mysqldump tool, or use the unix
> command
> > "dump or cp"
> >
> > Andrew
> >
> > --
> > View this message in context:
> >
> http://www.nabble.com/Backup%3A-Copy-MYSQL-Directory-or-use-MysqlDump-tf3061490.html#a8513292
> > Sent from the MySQL - General mailing list archive at Nabble.com.
> >
> >
> > --
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:
> > http://lists.mysql.com/mysql?unsub=mysqlsupport@...
> >
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/mysql?unsub=alex.lurthu@...
>
>

 « Return to Thread: Backup: Copy MYSQL Directory or use MysqlDump