MySQL connection context
Setup connection params for MySQL.
When to use?
When we want to setup a connection params for MySQL.
How to use:
- In the CONTEXT ID field, enter the Unique name by which this context is referenced, example: TestDatabase
- In the HOST field, enter the hosts IP adress to connect to database, example: 192.168.100.101
- In the PORT field, enter the Port to connect to the host, example: 3031
- In the USERNAME field, enter the Username to authenticate with, example: root
- In the PASSWORD field, enter the Password to use when connecting, example: password
- In the DATABASE NAME field, enter the Name of database to use, example: MyNewDatabase