]
Quote:
Today at 10:58 AM Erwin said this in Post #8 For myself, instead of exporting the database, I backup the actual mysql database files. [/B]
|
Can we please get some more details?
example of how do *I* backup my database (+250Mb w/o any attached files)
[high]mysqldump --opt -h localhost -uuser -p database_name | gzip -c --best > `date +%d_%m_%y`.Forum.SQL.gz[/high]
Worked fine in past 1.5-2 years... We moved twice and both times import/export worked flawessly