[ale] mysql 3.23.22 backup

James P. Kinney III jkinney at localnetsolutions.com
Mon Sep 12 09:36:59 EDT 2005


#!/bin/sh

user='username with admin privledges'
pass='password of admin user above'
database='database to be backed up'

/usr/bin/mysqldump --user=$user --password=$pass --opt $database >
$outputfile


#end of backup

This is version agnostic at least as far back as 3.0.0


On Mon, 2005-09-12 at 09:30 -0400, lyric hartley wrote:
> I know very little about mysql and need to do a backup of the
> databases (preferably while online)....It seems that the information I
> find is not supported in this version...if anyone might offer some
> advice I would be grateful...I will have to upgrade it next so
> thoughts there are welcome too!
> 
> thanks!
> Lee
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
-- 
James P. Kinney III          \Changing the mobile computing world/
CEO & Director of Engineering \          one Linux user         /
Local Net Solutions,LLC        \           at a time.          /
770-493-8244                    \.___________________________./
http://www.localnetsolutions.com

GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney at localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part




More information about the Ale mailing list