...
Platform | Create the database user | ||||
Oracle: | This command will prompt for the name of the user to be created.
| ||||
Sql Server: | This command requires the user, the password, the login and the database to be provided as parameters.
If you are installing PhixFlow on SQLServer locally and you have followed the standard installation process above, then no Server Specification (the '-S' modifier on the SQLCMD) is required | ||||
MySQL: | Start a session the database:
Create the user, supplying the name of the database, the user and the password in the commands below:
|
...