Has anyone in Teamsite land use MYSQL with DataDeploy 5.6
I am tiring to get DAS working to my MYSQL server.
I get this message in my log file:
>>> Loading drivers <<<
url : 209.183.197.126:3306/TeamSite_DD
login : myallhosts
login timeout=3
Connecting to the database...
Try connecting using jdbc

dbc:209.183.197.126:3306/TeamSite_DD...
SQL failure
ERROR:ERROR: Could not connect to [jdbc

dbc:209.183.197.126:3306/TeamSite_DD]
*******************************************************
SQLException occured in JdbcCheckup:MakeConnection()
Exception Message: No suitable driver
Vendor Error Code: 0
SQL state: 08001
*******************************************************
In the ReadME I set up my iwdd.ipl file to look like this:
I have download the dthe JDBC MYSQL Driveres and installed them, but I can not get DAS to run.
my
@datadeploy_jarfiles = ( "fill-with-jre-home/lib/rt.jar",
"fill-with-ddhome/lib/dd.jar",
"fill-with-ddhome/lib/dd-sharedutils100.jar",
"fill-with-ddhome/lib/dd-serverutils100.jar",
"fill-with-ddhome/lib/mysql-connector-java-3.0.11-stable-bin.jar",
"fill-with-ddhome/lib/dd-dc100.jar",
"fill-with-ddhome/lib/dd-dcr100.jar",
"fill-with-ddhome/lib/dd-ju100.jar",
"fill-with-ddhome/lib/dd-xml100.jar",
"fill-with-ddhome/lib/dd-xerces.jar",
"fill-with-ddhome/lib/dd-sciface.jar",
"fill-with-ddhome/lib/dd-regex.jar",
"fill-with-ddhome/lib/classes12.zip",
"fill-with-ddhome/lib/ifxjdbc.jar",
"fill-with-ddhome/lib/SybDriver55.jar",
"fill-with-ddhome/lib/Una2000.jar",
"fill-with-ddhome/lib/jms_1.0.2a.jar",
"fill-with-ddhome/lib/openjms-client.jar",
"fill-with-ddhome/lib/exolabcore-0.3.jar",
"fill-with-ddhome/lib/log4J_1.0.4.jar");
Any Help is alway appreciated
Much Thanks in advance
Phil Czajkowski