There are some of backup scripts written by me.You can find it at:
http://blog.chinaunix.net/u/29134/article_71953.html
On Wed, Oct 22, 2008 at 4:52 PM, Mad Unix <[EMAIL PROTECTED]> wrote:
> Any one tried the script from HowToForge
>
>
> http://www.howtoforge.com/shell-script-to-back-up-all-mysql
Any one tried the script from HowToForge
http://www.howtoforge.com/shell-script-to-back-up-all-mysql-databases-each-table-in-an-individual-file-and-upload-to-remote-ftp
#!/bin/sh
# System + MySQL backup script
# Copyright (c) 2008 Marchost
# This script is licensed under GNU GPL version 2.0 or ab
Thanks a lot.
I am writing script which will take backup and copy it to another box.
On Wed, Sep 17, 2008 at 11:14 AM, Ananda Kumar <[EMAIL PROTECTED]> wrote:
> Can u mount that file system on the slave db and take the backup so that u
> can avoid Network latency.
>
> regards
> anandkl
>
>
> On
Can u mount that file system on the slave db and take the backup so that u
can avoid Network latency.
regards
anandkl
On 9/16/08, Krishna Chandra Prajapati <[EMAIL PROTECTED]> wrote:
>
> Yes
>
> On Tue, Sep 16, 2008 at 6:39 PM, Ananda Kumar <[EMAIL PROTECTED]> wrote:
>
>> Hi Krishna,
>> When u s
Yes
On Tue, Sep 16, 2008 at 6:39 PM, Ananda Kumar <[EMAIL PROTECTED]> wrote:
> Hi Krishna,
> When u say remote server, do u mean the file system storing the backup is
> on a different machine.
>
> regards
> anandkl
>
>
> On 9/16/08, Krishna Chandra Prajapati <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>
Hi Krishna,
When u say remote server, do u mean the file system storing the backup is on
a different machine.
regards
anandkl
On 9/16/08, Krishna Chandra Prajapati <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Currently, i am taking production server backup on hourly basis on the
> slave
> server. Is i
t not getting
good example)
--
Manivannan Palanichamy
http://mani.gw.googlepages.com/index.html
--
View this message in context:
http://www.nabble.com/Mysqldump%3A-Seeding-the-db-backup-file.-tf4287584.html#a12205477
Sent from the MySQL - General mailing list archive at Nabble.com.
--
MySQL Ge
They are not SQL statements.
They are both command line tools.
You don't run them from inside the mysql client.
hlam wrote:
>I'm trying to do a backup of my DB using "mysqldump"
>and "mysqlhotcopy" but both functions are sending me an error on SQL
>syntax.
>Could someone tell me what's the cor
hi,
you should be using the c: prompt to run command and not the mysql prompt.
Hasan
- Original Message -
From: "Horacio Lam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 08, 2002 7:30 PM
Subject: DB backup
> I'm trying to do a backu
I'm trying to do a backup of my DB using "mysqldump"
and "mysqlhotcopy" but both functions are sending me an error on SQL
syntax.
Could someone tell me what's the correct syntax for this functions.
HL
-
Net-M@sters S.A.
Plaza Credicorp Bank
Calle 50, Oficina 703
tel. (5
I'm trying to do a backup of my DB using mysqldump and mysqlhotcopy
but both fuctions are sending me an error in SQL syntax.
Could anyone tell me the correct syntax for this functions?
thanks
HL
_
Supercharge your e-mail with a 25MB Inbox, P
Helza wrote:
>
> Hi,
>
> I've made an backup of my MySQL db using:
>
> mysqldump -uoperatio_operati -p* operatio_forum >> database.sql
>
> and with:
> mysqldump -uoperatio_operati -p* --quick --add-drop-table --add-locks
>--extended-insert --lock-tables operatio_forum > database.sql
>
Hi,
I've made an backup of my MySQL db using:
mysqldump -uoperatio_operati -p* operatio_forum >> database.sql
and with:
mysqldump -uoperatio_operati -p* --quick --add-drop-table --add-locks
--extended-insert --lock-tables operatio_forum > database.sql
both produce a mysql back of aro
13 matches
Mail list logo