You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The database can be backed up using a command similar to the following:

mysqldump -h hpsdb.jlab.org -ujeremym -pXXXXXX hps_conditions &> hps_conditions.sql

Where 'jeremym' is replaced by your account name and 'XXXXXX' with your password.

This will write the complete set of SQL commands to load the database into the file 'hps_conditions.sql' in the current directory.

  • No labels