Search



Page tree

Versions Compared

Key

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

...

You will be prompted to enter the following data when the script is run.

PromptResponse optionsNotes

Release folder path

As noted above the prompt the release folder can be specified in any of the following ways:

Loader script identifying tag Leave blank to accept the default
Recommended option
Uses the default create_latest script in the SnomedRfsMySql package.
Enter the name of one of the available scripts (these are listed above the prompt)

Uses the specified script to control the process of loading the SNOMED CT data into the database.
Scripts keys have two parts a prefix and suffix separated by an underscore. The prefix indicates the kind of action:

  • create : Create a new database and load the data from the specified version.
  • update : Update the views and procedures in the database without recreating the database or reloading the the tables.
  • extend : Extend the database by loading data from another package to the existing database.

The suffix indicates the edition and version to which this applies:

  • latest : The most recent International Edition package
  • yyyymmdd: The International Edition for the stated year month and day
  • packageyyyymmdd: The identified Edition or Package for the stated year month and day.

Release package path

You must enter the full path of the release package folder or release package zip archive.

Info

You will not be prompted for this if you select an update script option.

  • Full path to release package zip archive (or unzipped folder)
  • Name of release package zip archive (or unzipped folder) in: $HOME/SnomedCT_ReleaseFiles
  • Blank for most recent previously loaded release file

    The path specified must point to a release package zip archive or an unzipped release package folder.

    • There is no need to include the .zip extension when referring to a release package archive or folder.
      • The script first looks for an unzipped release folder with the relevant name.
      • If the folder is not found the script looks for a zip archive with the same name plus the .zip extension.
      • If the zip file is found it is unzipped and the resulting folder is used.

    Database name

    Leave blank to accept the default

    Default option

    • Uses the database name snomedct.
    • If the snomedct database already exists, it will be dropped (deleted) and recreated.

    Specify a name (must begin with the letter s followed by lowercase letters and/or digits)

    Uses the database name provided.

    • Using different names allows several SNOMED CT databases to co-exist (e.g. for different Editions)
    • Each SNOMED CT database will use about 5Gb of disk space ... so using different names may fill your available disk space!
    • If the named database already exists, it will be dropped (deleted) and recreated.
    Loader script identifying tag
    Leave blankRecommended option
    Uses the default VP_latest script in the SnomedRfsMySql package.Enter the name of one of the available scripts (these are listed above the prompt)Uses the specified script to control the process of loading the SNOMED CT data into the database.
    In future, the SnomedRfsMySql package may include several scripts to support different features or different SNOMED CT Editions.
    MySQL usernameLeave blank to accept the default

    The

    first time you use the script the

    default is root

    .
    After that the default is the most recent MySQL user name that you specified when running the script

    .

    Enter your MySQL usernameThe username chosen must be an account with administrator access rights enabling database creation.


    Wait for the Database Password Prompt

    ...