Versions Compared

Key

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

...

Follow the steps given below.

  1. Navigate to the <EI_HOME>/bin directory via the terminal and start the ESB profile.

    Mac/Linux./integrator.shWindowsintegrator.bat --runStart the ESB profile.
  2. Access the management console: https://localhost:9443/cabon
  3. Sign in using admin as the username and password.
  4. Open the Configure tab and click Datasources.
    This will open the Datasources screen.
  5. Click Add Datasource and enter the following details corresponding to the 'AccountDetails' database:

    Datasource TypeRDBMS
    NameAccountDetails.
    Datasource providerLeave Default selected.
    Database EngineMySQL
    Drivercom.mysql.jdbc.Driver
    URLjdbc:mysql://localhost:3306/AccountDetails
    User NameEnter your MySQL server's username.
    PasswordEnter your MySQL server's password.
    If you have not assigned a password, keep this field empty.

    Tip

    Want to make sure that your datasource is connected to the database? Click Test Connection to find out.

  6. Save the datasource.

...