MySQL connection context

Setup connection params for MySQL.

When to use?

When we want to setup a connection params for MySQL.

How to use:

  1. In the CONTEXT ID field, enter the Unique name by which this context is referenced, example: TestDatabase
  2. In the HOST field, enter the hosts IP adress to connect to database, example: 192.168.100.101
  3. In the PORT field, enter the Port to connect to the host, example: 3031
  4. In the USERNAME field, enter the Username to authenticate with, example: root
  5. In the PASSWORD field, enter the Password to use when connecting, example: password
  6. In the DATABASE NAME field, enter the Name of database to use, example: MyNewDatabase