Thursday, January 23, 2014

bluedragon

in linux

dl mysql-connector-java-3.0.17-ga.tar.gz

unzip mysql-connector-java

copy mysql-connector-java.jar to bluedragon_path/lib/mysql.jar

restart bluedragon
create datasources

vi /etc/init.d/BlueDragon_Server and add the ff lines:

# chkconfig: 345 85 20
# processname: bluedragon
# description: bluedragon

write save. then from command add to chkconfig
> chkconfig --add BlueDragon_Server

to verify
> chkconfig --list BlueDragon_Server


in windows

install mysql odbc 3.51 driver

add system dsn

refresh bluedragon datasources

No comments:

Post a Comment