Versions Compared

Key

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

...

Code Block
languagebash
themerdark
$ mysql -u root
MariaDB [(none)]> GRANT ALL privileges ON *.* TO 'shrine'@'localhost';

MS SQL Server

To install the hub schema for MS SQL Server use schemas ending with mssql.sql from shrine-setup.zip:

  • ./hub/sql/mssql.ddl

Oracle

Install oracle schemas load all of the SHRINE databases into one central schema: ShrineDB (use this name when you configure context.xml).

...