...
Expand | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||
IntroductionThe schema installation and upgrade process in 11 onwards has been simplified so that Phixflow manages most of the process. A DBA however is required to configure the initial database user/schema that Phixflow will use. Phixflow manages its own tables and therefore requires being connected with a user with sufficient permissions to create and drop tables and indexes. Create the database userIf you are Database Administrator (DBA) and no database / login have previously been set up, you should use the following commands to create a new database / user. Creating the database user is dependent on the database platform, and will often have to be varied to meet local requirements regarding naming and security. These example commands will be adequate basic installations.
SQL Server:
|
...