...
Platform | Create the database user | |||||||||||
Oracle: | This command will prompt for the name of the user to be created.
| |||||||||||
Sql Server: | Before creating the database, ensure that default collation is Latin1_General_CI_AS:
If it is not, please talk to the database administrator to get this updated to the required collation (see also Install MS SQL Server). This command creates a local (SQL Server) login, a user with required user mappings, sets the password for the login and creates the database.
| |||||||||||
MariaDB: |
Create the user, supplying the name of the database, the user and the password in the commands below:
|
...