Connect to database from diff machine

HI there, im trying to run the razuna on my server and the database is on another machine.

am i need to configure the connection? if so, how could i do that?

or just need to run the sql on the database machine and, taraaa its done?

thanks.

In the firsttime wizard choose “Advanced Settings” in the next screen you can choose the database and then the database connection strings.

If you have Razuna setup already, go into the backend administration, go to the Backup tab and create a backup. Then go to the Database tab and click on switch the database. This will take you to the firsttime wizard again and you can follow what I wrote above.

A follow up to addrianbfr’s issue, I have a self hosted razuna up and running I’d like to connect to a MySQL instance in an RDS instance on amazon’s aws. I think I have all the parameters and database set up properly, but when I test the connection I get this message:
Could not verify datasource: I/O Error: Unknown packet type 0x4e
Hopefully you can point me in the right direction, as I’m not having much luck finding any info.

thanks all!
Steve

Hi Steve,
Haven’t seen this error before. My suspicion is it has something to with one of the connection parameters being incorrect.
Perhaps these links might help:
http://sourceforge.net/p/jtds/discussion/104388/thread/9e4706a0

Best
Harkirat

Thanks for this info, I’ll check it out today. Just a follow up…It seems like the links are saying don’t think of it as as Razuna to mysql issue, rather a tomcat to mysql issue and what’s missing is the tomcat to java connectivity. That sound reasonable? I’ll post more info as soon as I get the referenced drivers,
Thanks for the pointers!
Regards,
Steve