Database Connection

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tanjc
Posts: 16
Joined: Thu Apr 18, 2013 2:44 pm

Database Connection

Post by tanjc » Sat Aug 31, 2013 4:12 am

Hi,

I am trying to use Amazon Web Service (relational database service(RDS) : MySQL), I need help on how to connect to Amazon RDS.

I have no problem connecting to my localhost using the following connection parameters:
put "localhost" into tDatabaseAddress
put "dbname" into tDatabaseName
put "dbuser" into tDatabaseUser
put "dbpassword" into tDatabasePassword

For Amazon RDS where can I get the connection info (DatabaseAddress, DatabaseName, DatabaseUser and DatabasePassword).

Any help on the above is greatly appreciated.

Thanks,
Janet Tan.

Post Reply