> This is always a good idea. Just for the heck of it, IMHO it is good practice to do: > mysqldump -u<root user> -p<password> -A | gzip > database_backup.gz I see only one problem with this: Anyone who does a ps on your machine is able to see your rootpassword :( Regards, Adriaan Peeters