Wednesday, August 03, 2011

bluedragon: datasource with mysql connector

access http://host:8080/bluedragon for datasource administration through admin interface

to install mysql connector...

 ...in linux:
1. download mysql java connector file (mysql-connector-java-3.0.17-ga.tar.gz)
2. unzip compressed file
3. copy mysql-connector-java.jar to bluedragon_path/lib/mysql.jar
4. restart bluedragon
5. create datasource

...in windows:
1. install mysql odbc driver (odbc 3.51 driver)
2. add system dsn
3. refresh bluedragon datasources
4. create datasource

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...