The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
15 views

Is it advisable to use Crystal Reports remotely with Amazon RDB [closed]

I'm looking into setting up a database in Amazon RDS for use with Crystal Reports. Crystal will be running in our office in California and the DB will reside in the Amazon cloud servers in Virginia. ...
3
votes
1answer
162 views

EC2 Ubuntu with WordPress can't connect to RDS

I have set up a WordPress website on a Ubuntu 12.04 Amazon ec2 machine by following this tutorial except the fact that I haven't created a MySQL database and I am using an amazon RDS MySQL service. ...
0
votes
0answers
45 views

How can I estimate the cost of migrating to Amazon RDS? [closed]

I currently run a MySql instance on a server. How do I get relevant statistics that will help me to estimate the cost of migrating to Amazon EDS?
2
votes
1answer
347 views

Amazon EC2 (Linux) + RDS (MySQL) + PHP + pdflatex = LaTeX to PDF online

I would like to have a website capable of converting LaTeX documents to PDF online. So for example user types in some raw LaTeX (document), I'm saving it into my MySQL database and I'm able to convert ...
3
votes
1answer
609 views

MySql Workbench and SSL support

I want to connect to Amazon's RDS MySql service using MySql Workbench 5.2.33 running on Windows. I want to connect using SSL. How do I do this? How can I verify that I am connecting using SSL?