Database Connection
Posted: 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.
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.