明壁幕府忍法帳 > Aptana Index > Home > Axway Appcelerator Studio > Axway Appcelerator Studio Guide > Customizing Studio > 3rd Party DB Plugins > Creating a new connection in SQL Explorer

2019.10.11 Ver.5 (2021.4.23)

Creating a new connection in SQL Explorer

Introduction

This Help topic will teach you how to create a new database connection in SQL Explorer for RadRails. This is the third step in configuring SQL Explorer to work with RadRails. You will need to create your driver in Eclipse before following the instructions below.

Instructions

You should still have the Create New Connection Profile wizard open from the previous step (Creating a new driver in Eclipse) when you start this set of instructions.

To create a new database connection in SQL Explorer:

  1. On the Create New Connection Profile wizard, in the Name field, type a name for the new database connection.
  2. From the Driver drop-down list, select the MySQL Connector/J driver.
  3. In the URL field, type the path to your database.
  4. In the User Name field, type root. (You can modify the suggested values for the User Name and Password fields if they are different for your database.)
  5. Leave the Password field blank.
  6. Click the OK button.

SQL Explorer creates a new connection to your database.

Related Topics