Follow this procedure for connecting to a MySQL database when you do not have an ODBC Datasource defined for it.
To connect to a MySQL database you need to specify:
the machine where the MySQL server resides.
If the server is your current machine, specify localhost
the TCP/IP Port the MySQL server is listening on. By default this is 3306 but your server may be configured to use a different port. If in doubt, contact your MySQL specialist for this.
the name of the database. AQT cannot give you a dropdown list of these.