cancel
Showing results for 
Search instead for 
Did you mean: 

mySQL 4.0 & smallworld database supported in PI 7.1.1?

Former Member
0 Kudos

Hi All,

I have two questions, but both related in JDBC adapter:

1. Is mySQL 4.0 is still supported in PI 7.1.1?

2. Is Small World Database supported in PI 7.1.1?

Would be great if you can share any link.

Cheers,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>Is mySQL 4.0 is still supported in PI 7.1.1?

Yes,PI Supports MySQL. MYSQL is pretty standard open source database.

>>Is Small World Database supported in PI 7.1.1?

I dont think so..

Answers (1)

Answers (1)

Former Member
0 Kudos

MySql is usually supported on PI 7.11, but i'm not sure that also the release 4.0 is supported.

Here are the parameters:

Driver Class: com.mysql.jdbc.Driver

URL: jdbc:mysql://<host>:<port3306>/<database>

You can download the MySQL Drivers depending on your version from:

http://dev.mysql.com/downloads/connector/j/

The file you need to deploy is mysql-connector-java-3.1.10.jar

Becareful to select the right version of the driver.

Relating to SmallWorldDatabase... i really don't know!