Re: How to connect to a remote MySQL database using Java
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Sat, 15 Dec 2007 12:56:53 -0500
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.
--
Lew
.
- Follow-Ups:
- 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: Arne Vajhøj
- Re: How to connect to a remote MySQL database using Java
- 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
- 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: How to connect to a remote MySQL database using Java
- Previous by thread: Re: How to connect to a remote MySQL database using Java
- Next by thread: Re: How to connect to a remote MySQL database using Java
- Index(es):
Relevant Pages
|