Contact Zone:MySQL Input

From Melissa Data Wiki
Jump to navigation Jump to search

← Contact Zone

Contact Zone Basics Navigation
Overview
Tutorial
Input
Excel Input
CSV Input
MySQL Input
MD Components
Contact Verify
Global Verify
IP Locator
MatchUp
Personator
Presort
SmartMover
Output
Excel Output
Text Output



MySQL is a relational database management system. With input from a MySQL database you can import a variety of data into a tranformation. Contact Zone can use MySQL databases as input.

First you need to setup a Table Input Step.

This step is located in the View/Design Pane, under the Design tab, in the Input folder, with the name Table input.

CZ MySQLInput Workspace.png

To get started, Left-click drag and drop the Table input from the View/Design Pane to the Transformation Pane.

Configuring the Step

1. Double-click the Table input Step. (Or right-click the Step and select Edit step.)

2. Here the configuration window that belongs to this type of Step will appear. In this case, the Table Input window. Click New....

CZ MySQLInput Table.png

3. Now the Database Connection window will open. Here you will setup your MySQL information:

  • Connection Name: - Specify a name for your connection.
  • Connection Type: - Specify what type connection. In this case, MySQL.
  • Access: - Defaults to Native (JDBC).

The following Settings are highly dependent on your MySQL server settings. Contact your network admin to find them out.

  • Host Name: - Enter the host name.
  • Database Name: - Enter the database name.
  • Port Number: - Defaults to 3306.
  • User Name: - Enter the user name.
  • Password: - Enter the password.
  • Database Name: - Enter the database name.

CZ MySQLInput Connection.png

4. Click Test.

5. Once the test verifies a connection to the server, click OK.

CZ MySQLInput ConnectionTest.png

6. Click OK in the Database Connection Window to finish the database connection setup.

7. In the Table Input Window, select the connection you just set up in the Connection drop-down menu.

8. Click Get SQL Select Statement... and navigate to a desired table in the Database Explorer window. Click OK.

CZ MySQLInput Explorer.png

9. A prompt will ask if you want to include the field-names in the SQL. Click Yes.

CZ MySQLInput Include.png

10. An SQL query will be generated from the table under the SQL section in the Table Input Window.

11. Click OK to finish defining the MySQL Input Step (through the use of a Table Input).