Re: WebObjects and MySQL
Denis Stanton <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.admin,gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <28558402.1075554250546.JavaMail.Administrator@dede> |
Hi Carsten On Friday, January 30, 2004, at 08:47 PM, Carsten_72 wrote: > Good Morning, > > has anyone expirience using WebObjects with MySQL?? What do I have to > do to > connect EOModeler with MySQL? Not much. Download and install MySQL following instructions at: http://www.entropy.ch/software/macosx/mysql/ This will put a MySQL driver into /Library/Java/org/gjt/mm/mysql/ Download the MySQL connector and place it in the right folder - I have /Library/Java/Extensions/mysql-connector-java-3.0.9-stable/ In the EO JDBC connection dialog set a user name and password that you previously right to MySQL 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. Denis Stanton [email protected] Home: +64 9 533 0391 mobile: +64 21 1433622 _______________________________________________ WebObjects-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/webobjects-dev