Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCreating a Backup
mysqldump -h hpsdb.jlab.org -u$USER -p$PASSWORD hps_conditions &> hps_conditions.sql

... where 'jeremym' $USER is replaced by your account name (that has with the proper permissions ) and 'XXXXXX' $PASSWORD with your password.

Loading a Conditions Database Backup

...