Re: How to connect to a remote MySQL database using Java
- From: Thomas Kellerer <FJIFALSDGVAF@xxxxxxxxxxxxx>
- Date: Sat, 15 Dec 2007 20:04:26 +0100
Lew wrote on 15.12.2007 18:56:
Thomas Kellerer wrote:T
madhura wrote on 15.12.2007 03:26:Hi,
I am trying to connect to a remote MySQL database using Java. I used
the driver org.gjt.mm.mysql.Driver but it doesn't seem to help. I
would appreciate if anybody could guide me through this as I am
learning programming.
http://dev.mysql.com/doc/refman/5.0/en/connector-j-usagenotes-basic.html
Madhura - take note that you're aiming for the wrong driver. You want com.mysql.jdbc.Driver.
Which is well documented in the manual
.
- References:
- How to connect to a remote MySQL database using Java
- From: madhura
- Re: How to connect to a remote MySQL database using Java
- From: Thomas Kellerer
- Re: How to connect to a remote MySQL database using Java
- From: Lew
- How to connect to a remote MySQL database using Java
- Prev by Date: Re: How to connect to a remote MySQL database using Java
- Next by Date: Re: Global temporary tables in Java DB -- Apache Derby
- Previous by thread: Re: How to connect to a remote MySQL database using Java
- Index(es):
Relevant Pages
|