[MySQL using odbc]
In the JDBCAdmin windoww
add <connection-item> under the default <driver-item>
and repalce <DSN> with your dsn profile, file other fields and connect
[MySQL using jdbc]
-download the driver from mysql site.
-add jar in the $RUNTIME tab.
-declare new <driver-item>
-use this url example:
jdbc:mysql://<hostname>/<database>
-choose in the file combobox the jar that you have added
-add new <connection-item>
- replace <hostname> <database>
nicky
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the dumb question, but how do you connect to MySQL <:-)
I am running Windows XP Home Edition SP2.
Thanks
Peter
[MySQL using odbc]
In the JDBCAdmin windoww
add <connection-item> under the default <driver-item>
and repalce <DSN> with your dsn profile, file other fields and connect
[MySQL using jdbc]
-download the driver from mysql site.
-add jar in the $RUNTIME tab.
-declare new <driver-item>
-use this url example:
jdbc:mysql://<hostname>/<database>
-choose in the file combobox the jar that you have added
-add new <connection-item>
- replace <hostname> <database>
nicky