is mysql connector different for linux and windows?

i have deployed a web application in tomcat which accesed the mysql DB. It was in windows.

Now i want to migrate the same application to linux.

These are the following things i did.

1. downloaded tomcat for linux - jakarta-tomcat-5.0.28-src.tar.gz

2. java for linux - j2sdk-1_4_2_06-linux-i586-rpm.bin

3. Mysql server for linux - MySQL-server-5.0.26-0.i386.rpm

For windows enviroment i have used a mysql connector for jdbc. and it was mysql-connector-java-5.0.4-bin.jar. I want to know whether can i use the same connector in linux enviroment or is there a seperate connector to be downloaded?

can u provide some links which i can refer either for installs or details on this

thank you for your time.

[755 byte] By [xemaa] at [2007-11-26 14:54:45]
# 1

> is mysql connector different for linux and windows?

No. It is a type 4 driver.

> i have deployed a web application in tomcat which

> accesed the mysql DB. It was in windows.

>

Okay

> Now i want to migrate the same application to linux.

>

Okay

> These are the following things i did.

> 1. downloaded tomcat for linux -

> jakarta-tomcat-5.0.28-src.tar.gz

> 2. java for linux -

> j2sdk-1_4_2_06-linux-i586-rpm.bin

> 3. Mysql server for linux -

> MySQL-server-5.0.26-0.i386.rpm

>

> For windows enviroment i have used a mysql connector

> for jdbc. and it was

> mysql-connector-java-5.0.4-bin.jar. I want to know

> whether can i use the same connector in linux

> enviroment or is there a seperate connector to be

> downloaded?

>

Same.

> can u provide some links which i can refer either for

> installs or details on this

>

The connector is the same.

cotton.ma at 2007-7-8 8:43:13 > top of Java-index,Java Essentials,Java Programming...
# 2
excellent reply... u answered clearly thanks machaaaa
xemaa at 2007-7-8 8:43:13 > top of Java-index,Java Essentials,Java Programming...