[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL bug
Fathi Said <fathi@xxxxxx> wrote:
> Thank you very much. So that is the way I can backup databases. But how
> could I restore them? Thanks.
mysqldump creates text files containing all of the table definition and insert
statements needed to recreate the database. You just have to pipe the output back to
mysql if you need to restore a database. The online documentation at mysql.com
covers it in depth. MySQL by Paul DuBois is a good reference. I bought it at
bookpool.com b/c Paul DuBois said they had the best price...and they did.
Steven Werby {steven-lists@xxxxxxxxxxxx}