mysql, EOModeler and win2000 = Error Mess: Communication link failure: null
Andreas Hjortsberg <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel,gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Hello All! A problem occurs then I try to connect from Eomodeler to a mysql db. According to the book Professional WebObjects 5.0 you have to add a separate jdbc driver and put it in NEXT_ROOT\Library\Java, and edit the javaconfig.plist file that's in the same directory, so eomodeler will find the driver. The reason for this should be that Eomodeler only can operate which jdbc1.1.*. Therefore have I installed the driver mm.mysql.jdbc-1.1i according to the instructions above. Further on I have entered the following parameters For URL enter: (where MyDBname is the database you set up) jdbc:mysql://localhost/MyDBname?capitalizeTypeNames=true For Driver enter: org.gjt.mm.mysql.Driver Leave PlugIn blank. I use WO5.2.1 and MySQL 4.0.X Is there anyone who knows which jdbc driver I should use? And if I have made some obvious mistakes, please tell me. /Regards Andreas