Versions Compared

Key

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

...

No Format
# mysql -u root -p < /path/to/most-recent-backup.sql

The grant tables will likely need to adjusted for a new server host, e.g. if the master or slave host names are changing.

If initializing a new database for some reason, process the database schema file, a copy of which can be found in /mit/touchstone/config/idp2-cams/cams/camsdb.sql.

...