MySQL Import Editor

The MySQL import editor allow direct import of data from a MySQL database. In the upper field of the panel you have to define the database parameters. The list on the left contains all your MySQL queries.

Typically you enter MySQL query in the form:

SELECT <x column>,<y column> FROM <table> WHERE ...