[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Brett Payne-Rhodes

Just that in trying to backup and restore across DB versions (4 and 5) I have 
had failures that have meant I have had to resort to loading the backup file 
via the Query Browser tool.

B)


Steve Onnis wrote:
> Hehehe
> 
> With out "too many dramas". What does that mean exactly? 
> 
> -Original Message-
> From: Brett Payne-Rhodes [mailto:bret...@gmail.com] 
> Sent: Tuesday, 8 September 2009 8:37 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Backing up MySQL Databases
> 
> 
> Hi Steve,
> 
> You want the MySQL administrator tool -
> http://dev.mysql.com/doc/administrator/en/index.html
> 
> Which is part of the GUI toolset -
> http://dev.mysql.com/downloads/gui-tools/5.0.html
> 
> I haven't used the scheduled backup, but I have used the backup and restore
> utilities quite a bit without too many dramas.
> 
> Cheers,
> 
> Brett
> B)
> 
> 
> Steve Onnis wrote:
>> Looking for more of a ui based thing like SQL server does it...to be
> honest
>> I cant be bothered mucking around coding up backup routines 
>>
>> -Original Message-
>> From: Mark Mandel [mailto:mark.man...@gmail.com] 
>> Sent: Tuesday, 8 September 2009 8:14 PM
>> To: cfaussie@googlegroups.com
>> Subject: [cfaussie] Re: Backing up MySQL Databases
>>
>>
>> Schedule a mysqldump?
>>
>> Mark
>>
>> On Tue, Sep 8, 2009 at 7:23 PM, Steve Onnis wrote:
>>> Does anyone know of an application i could install on a server to
> automate
>>> the backup on MySQL databases?
>>>
>>> I have seen there are plenty of scripts around but would rather something
>> i
>>> can setup and schedule that i dont have to worry about it.
>>>
>>> Steve
>>
>>
> 

-- 
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: br...@ehc.net.au
w: http://www.yoursite.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Steve Onnis

Hehehe

With out "too many dramas". What does that mean exactly? 

-Original Message-
From: Brett Payne-Rhodes [mailto:bret...@gmail.com] 
Sent: Tuesday, 8 September 2009 8:37 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Backing up MySQL Databases


Hi Steve,

You want the MySQL administrator tool -
http://dev.mysql.com/doc/administrator/en/index.html

Which is part of the GUI toolset -
http://dev.mysql.com/downloads/gui-tools/5.0.html

I haven't used the scheduled backup, but I have used the backup and restore
utilities quite a bit without too many dramas.

Cheers,

Brett
B)


Steve Onnis wrote:
> Looking for more of a ui based thing like SQL server does it...to be
honest
> I cant be bothered mucking around coding up backup routines 
> 
> -Original Message-
> From: Mark Mandel [mailto:mark.man...@gmail.com] 
> Sent: Tuesday, 8 September 2009 8:14 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Backing up MySQL Databases
> 
> 
> Schedule a mysqldump?
> 
> Mark
> 
> On Tue, Sep 8, 2009 at 7:23 PM, Steve Onnis wrote:
>> Does anyone know of an application i could install on a server to
automate
>> the backup on MySQL databases?
>>
>> I have seen there are plenty of scripts around but would rather something
> i
>> can setup and schedule that i dont have to worry about it.
>>
>> Steve
> 
> 
> 

-- 
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: br...@ehc.net.au
w: http://www.yoursite.net.au





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Kym Kovan

Steve Onnis wrote:
> Looking for more of a ui based thing like SQL server does it...to be honest
> I cant be bothered mucking around coding up backup routines 

In that case Navicat is your friend. Scheduled backups and everything.


-- 

Yours,

Kym Kovan
mbcomms.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Brett Payne-Rhodes

Hi Steve,

You want the MySQL administrator tool - 
http://dev.mysql.com/doc/administrator/en/index.html

Which is part of the GUI toolset - 
http://dev.mysql.com/downloads/gui-tools/5.0.html

I haven't used the scheduled backup, but I have used the backup and restore 
utilities quite a bit without too many dramas.

Cheers,

Brett
B)


Steve Onnis wrote:
> Looking for more of a ui based thing like SQL server does it...to be honest
> I cant be bothered mucking around coding up backup routines 
> 
> -Original Message-
> From: Mark Mandel [mailto:mark.man...@gmail.com] 
> Sent: Tuesday, 8 September 2009 8:14 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Backing up MySQL Databases
> 
> 
> Schedule a mysqldump?
> 
> Mark
> 
> On Tue, Sep 8, 2009 at 7:23 PM, Steve Onnis wrote:
>> Does anyone know of an application i could install on a server to automate
>> the backup on MySQL databases?
>>
>> I have seen there are plenty of scripts around but would rather something
> i
>> can setup and schedule that i dont have to worry about it.
>>
>> Steve
> 
> 
> 

-- 
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: br...@ehc.net.au
w: http://www.yoursite.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Steve Onnis

Looking for more of a ui based thing like SQL server does it...to be honest
I cant be bothered mucking around coding up backup routines 

-Original Message-
From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, 8 September 2009 8:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Backing up MySQL Databases


Schedule a mysqldump?

Mark

On Tue, Sep 8, 2009 at 7:23 PM, Steve Onnis wrote:
> Does anyone know of an application i could install on a server to automate
> the backup on MySQL databases?
>
> I have seen there are plenty of scripts around but would rather something
i
> can setup and schedule that i dont have to worry about it.
>
> Steve
> >
>



-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Mark Mandel

Schedule a mysqldump?

Mark

On Tue, Sep 8, 2009 at 7:23 PM, Steve Onnis wrote:
> Does anyone know of an application i could install on a server to automate
> the backup on MySQL databases?
>
> I have seen there are plenty of scripts around but would rather something i
> can setup and schedule that i dont have to worry about it.
>
> Steve
> >
>



-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---