Versions Compared

Key

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

...

Expand
titleFor connection to another type of database, such as MS SQL...

(Use your own server address/server port/login credentials)

Code Block
themeDJango
Install a copy of MySQL server[Y/n]?
n
Database Type:  [mysql]/mssql/oracle/db2:
mssql
Server Address:[localhost]?:
192.168.103.114
Server Port:       [1433]?:
1433
User Name:       [root]?:
WIN-MPHS2LI8PVK\Administrator
Password:         [changeit]?:
***********
Encrypt it[Y/n]?
Y
Database Name: [dualshield]?:

create a new database with the above name[Y/n]?
Y
Data Encryption Strength (128/[256]/512)?:
256

Press 1 to continue, 2 to quit, 3 to redisplay
1


...