[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL bug
- Subject: Re: [cobalt-users] MySQL bug
- From: "Fathi Said" <fathi@xxxxxx>
- Date: Tue May 30 10:02:43 2000
- Organization: Hosting-Network, Inc.
Hello Kris,
> Well before you do anything to the database (and you should probably be
> doing this on a nightly basis anyway, you should run the following command
:
> mysqldump databasename -u username --password=password >
> /home/sites/home/users/admin/thisdatabasebackup.sql
> for each database on the site.
Thank you very much. So that is the way I can backup databases. But how
could I restore them? Thanks.
Fathi