Versions Compared

Key

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

...

Since you will also need to modify several database tables later, you should also make a backup of those tables now.  The following is an example command that backs up MySQL tables.  Run the command as a user who has access to these tables:

Code Block
languagebash
themeRDark
mysqldump -u<your_username> -p<your_password> --add-drop-table --databases adapterAuditDB shrine_query_history qepAuditDB > <name_of_your_backup_file>