You might start with this JDBC tutorial:
<http://java.sun.com/docs/books/tutorial/jdbc/index.html>
I prefer <http://www.h2database.com>, but MySQL has a suitable JDBC
driver among its assorted connectors:
<http://www.mysql.com/products/connector/>
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>
Yes, but can I connect to MySQL-database on localhost using 127.0.0.1?
John B. Matthews wrote:
>> You might start with this JDBC tutorial:
>
>> <http://java.sun.com/docs/books/tutorial/jdbc/index.html>
>
>> I prefer <http://www.h2database.com>, but MySQL has a suitable JDBC
>> driver among its assorted connectors:
>
>> <http://www.mysql.com/products/connector/>
>
The87Boy wrote:
> Yes, but can I connect to MySQL-database on localhost using 127.0.0.1?
>
Sure, you can, or you can connect using 'localhost'.
You may find
<http://dev.mysql.com/doc/refman/5.5/en/account-names.html>
relevant.
--
Lew
The MySQL people offer interfaces to pretty well anything you could
think of. Download the MySQL connector for JDBC.
See http://mindprod.com/jgloss/jdbc.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
The question of whether Machines Can Think... is about as relevant as the question of whether Submarines Can Swim.
~ Edsger Wybe Dijkstra (born: 1930-05-11 died: 2002-08-06 at age: 72)