> how do you backup your data? My goal is to backup all nadmin and midgard > relevant data to restore them on a (empty) testmachine.
Just thinking that for empty db you may simple make: mysqldump -u -p db_name > sql.file on testmachine mysqladmin create newdb mysql newdb < sql.file copy blobs and images directory to correct location Not ellegant way maybe , but should work for empty db. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
