tags:

views:

23

answers:

1

I'm working in database mysql. I want to know how to create database connection through mysql. Because when I make connections there is a error. thanks..

A: 

Here is an example of how to connect to MySql database with Java (JDBC) http://www.kitebird.com/articles/jdbc.html

Like @npinti said, what's the error message you are getting?

del.ave