File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Connecting with MySql Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connecting with MySql" Watch "Connecting with MySql" New topic
Author

Connecting with MySql

abhijeet srivastava
Greenhorn

Joined: Aug 22, 2006
Posts: 26
I try to connect mysql using mysql connector 3.0.17 through jdbc by following code :
Class.forName("com.mysql.jdbc.Driver");
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/test","root","root12");

when i run this program i got the following error:
java.sql.SQLException:error during query Unexpected Exception:java.lang. ArrayindexOutofBoundException message given :35

while my driver is loaded but problem occur in getConnection method.
same code is running on windows system but not in the linux plateform.
still i dont know how to solve this problem

Please help me.
biny panackal
Ranch Hand

Joined: Apr 12, 2007
Posts: 72
i think you may be using the driver for windows not for linux


Biny Balan
binypanackal@gmail.com
abhijeet srivastava
Greenhorn

Joined: Aug 22, 2006
Posts: 26
I am using mysql connector/j mysql-connector-java-3.0.17-ga-bin.jar
Is it only for windows?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Connecting with MySql
 
Similar Threads
Download file from Mysql database
Mysql and JDBC problem
Problem in Java Connection with MySQL in Linux Mandriva.
What is the Java URL to connect to mysql server in Ubuntu when installed using apt?
JBoss CMP: "auto-increment" not recognised