[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] MySQL bug



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