Here's a well explained howto also. http://friendfeed.s3.amazonaws.com/9578c31cabe457a801b23c9e2d3a5f047b983226
2008/11/22 Vivek Mishra <[EMAIL PROTECTED]> > A bit amendment in line 4) " jdbc-uri="jdbc:mysql://127.0.0.1" > > Kind Regards, > -- > Vivek Mishra > ----- Original Message ----- > From: "Divya Nair" <[EMAIL PROTECTED]> > To: [email protected] > Sent: Saturday, November 22, 2008 8:09:17 PM GMT +05:30 Chennai, Kolkata, > Mumbai, New Delhi > Subject: Re: Derby To MySQL > > > Thank You so much.... > > Divesh Dutta wrote: > > > > Hi Divya, > > 1)Go to framework/entity/config/entityengine.xml > > 2)Wherever its written datasource-name="localderby" ,you can > > change it to "localmysql". > > 3)Then go to settings of "locamysql" > > 4)Give jdbc-uri="jdbc:postgresql://127.0.0.1/db_name" > > 5)Give jdbc-username="user name of your system will come here" > > jdbc-password=""(leave it blank) > > 6) And default database will be ported to mysql > > > > Regards > > Divesh Dutta > > > > > > ----- Original Message ----- > > From: "Divya Nair" <[EMAIL PROTECTED]> > > To: [email protected] > > Sent: Saturday, November 22, 2008 7:34:46 PM GMT +05:30 Chennai, Kolkata, > > Mumbai, New Delhi > > Subject: Derby To MySQL > > > > > > Hi All, > > > > How can the default database of derby which comes with ofbiz be ported to > > mysql ? > > This is for studying the database using ER tool.... > > > > Thanks in Advance... > > > > Regards, > > Divya > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/Derby-To-MySQL-tp20636733p20636733.html > > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > > > > > -- > View this message in context: > http://www.nabble.com/Derby-To-MySQL-tp20636733p20637020.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
